Mailing List Archive

[Bug 616] proxycommand breaks hostbased authentication.
http://bugzilla.mindrot.org/show_bug.cgi?id=616

Summary: proxycommand breaks hostbased authentication.
Product: Portable OpenSSH
Version: 3.6.1p2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: openssh-bugs@mindrot.org
ReportedBy: stuart@kaloram.com


I believe I've discovered a problem with proxycommand and
hostbased authentication. userauth_hostbased() calls
get_local_name(packet_get_connection_in()) to figure out
the name for the client host. get_local_name() calls
getsockname(2), but when using a proxycommand,
packet_get_connection_in() is returning a pipe, not a
socket.

-stuart



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.