[Bug 616] proxycommand breaks hostbased authentication.

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Sat Jul 12 11:39:40 EST 2003


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 at mindrot.org
        ReportedBy: stuart at 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.




More information about the openssh-bugs mailing list