CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/09/09 16:46:44
Modified files:
usr.bin/ssh : channels.c channels.h clientloop.h mux.c ssh.c
Log message:
support for cancelling local and remote port forwards via the multiplex
socket. Use ssh -O cancel -L xx:xx:xx -R yy:yy:yy user@host" to request
the cancellation of the specified forwardings; ok markus@
