CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/01/10 18:39:46
Modified files:
usr.bin/ssh : channels.c channels.h ssh.1 ssh.c ssh_config
Log message:
Add a 'netcat mode' (ssh -W). This connects stdio on the client to a single
port forward on the server. This allows, for example, using ssh as
a ProxyCommand to route connections via intermediate servers.
bz #1618, man page help from jmc@, ok markus@
