From f6dff7cd2ff5eba5cd63e3a9c7bf6ccf183cb056 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Thu, 22 Sep 2011 21:38:52 +1000 Subject: - 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@ --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index dfce82822..b31ee81cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -51,6 +51,11 @@ [sshd.c] kill the preauth privsep child on fatal errors in the monitor; ok markus@ + - 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@ 20110909 - (dtucker) [entropy.h] Bug #1932: remove old definition of init_rng. From -- cgit v1.2.3