CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2013/08/19 18:11:38

Modified files:
        usr.bin/ssh    : readconf.c readconf.h ssh_config.5 sshconnect.c 

Log message:
Add a ssh_config ProxyUseFDPass option that supports the use of
ProxyCommands that establish a connection and then pass a connected
file descriptor back to ssh(1). This allows the ProxyCommand to exit
rather than have to shuffle data back and forth and enables ssh to use
getpeername, etc. to obtain address information just like it does with
regular directly-connected sockets. ok markus@

Reply via email to