commit | f6dff7cd2ff5eba5cd63e3a9c7bf6ccf183cb056 | [log] [download] |
---|---|---|
author | Damien Miller <djm@mindrot.org> | Thu Sep 22 21:38:52 2011 +1000 |
committer | Damien Miller <djm@mindrot.org> | Thu Sep 22 21:38:52 2011 +1000 |
tree | ca2f37e390f5f26598341a09435dabed25648d46 | |
parent | 9ee2c606c1d03ecb955aa8a2624b9db4aa9752a2 [diff] |
- djm@cvs.openbsd.org 2011/09/09 22:46:44 [channels.c channels.h clientloop.h mux.c ssh.c] 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@