From 47ec5de29e56c4cf223e0582b930b88ca2a589ee Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Tue, 2 Apr 2019 09:03:35 +0200 Subject: ssh: implement -W option for making remote tcp connections --- sys/man/1/ssh | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'sys/man/1/ssh') diff --git a/sys/man/1/ssh b/sys/man/1/ssh index 3e6ca94d6..ac4f8f754 100644 --- a/sys/man/1/ssh +++ b/sys/man/1/ssh @@ -23,6 +23,9 @@ ssh - secure shell remote login client ] [ .IR user @] host [ +.B -W +.I remote!port +] [ .I cmd .I args .I ... @@ -83,6 +86,13 @@ with the .B -r option. .PP +With the +.B -W +option, instead of executing a command remotely, makes +the server dial a tcp connection to +.I remote!port +which the client relays on standard input and output. +.PP The .B -d option enables debug output. -- cgit v1.2.3