summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2011-09-22 21:39:48 +1000
committerDamien Miller <djm@mindrot.org>2011-09-22 21:39:48 +1000
commitff773644e6892e6d3999b0e0c69f05b56705eabc (patch)
tree56f792434d92ef52dd0e05a00b9295ba52bcc64e /ssh.1
parentf6dff7cd2ff5eba5cd63e3a9c7bf6ccf183cb056 (diff)
- markus@cvs.openbsd.org 2011/09/10 22:26:34
[channels.c channels.h clientloop.c ssh.1] support cancellation of local/dynamic forwardings from ~C commandline; ok & feedback djm@
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.119
1 files changed, 14 insertions, 5 deletions
diff --git a/ssh.1 b/ssh.1
index fbdddc7d1..67a42cb5d 100644
--- a/ssh.1
+++ b/ssh.1
@@ -33,8 +33,8 @@
33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: ssh.1,v 1.321 2011/08/26 01:45:15 djm Exp $ 36.\" $OpenBSD: ssh.1,v 1.322 2011/09/10 22:26:34 markus Exp $
37.Dd $Mdocdate: August 26 2011 $ 37.Dd $Mdocdate: September 10 2011 $
38.Dt SSH 1 38.Dt SSH 1
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -899,11 +899,20 @@ Currently this allows the addition of port forwardings using the
899and 899and
900.Fl D 900.Fl D
901options (see above). 901options (see above).
902It also allows the cancellation of existing remote port-forwardings 902It also allows the cancellation of existing port-forwardings
903using 903with
904.Sm off
905.Fl KL Oo Ar bind_address : Oc Ar port
906.Sm on
907for local,
908.Sm off
909.Fl KR Oo Ar bind_address : Oc Ar port
910.Sm on
911for remote and
904.Sm off 912.Sm off
905.Fl KR Oo Ar bind_address : Oc Ar port . 913.Fl KD Oo Ar bind_address : Oc Ar port
906.Sm on 914.Sm on
915for dynamic port-forwardings.
907.Ic !\& Ns Ar command 916.Ic !\& Ns Ar command
908allows the user to execute a local command if the 917allows the user to execute a local command if the
909.Ic PermitLocalCommand 918.Ic PermitLocalCommand