summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-05-21 14:57:35 +1000
committerDamien Miller <djm@mindrot.org>2010-05-21 14:57:35 +1000
commit388f6fc48561851dcedd5433aff75f60af573fb2 (patch)
tree4ac7be863c3ba9be98df80c6d66953608cd77a6c /ssh.1
parentd530f5f471491b6be9edb58a063f2590e4dce48d (diff)
- markus@cvs.openbsd.org 2010/05/16 12:55:51
[PROTOCOL.mux clientloop.h mux.c readconf.c readconf.h ssh.1 ssh.c] mux support for remote forwarding with dynamic port allocation, use with LPORT=`ssh -S muxsocket -R0:localhost:25 -O forward somehost` feedback and ok djm@
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.111
1 files changed, 8 insertions, 3 deletions
diff --git a/ssh.1 b/ssh.1
index 34bddbcbc..2a0fd5ddd 100644
--- a/ssh.1
+++ b/ssh.1
@@ -34,8 +34,8 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: ssh.1,v 1.304 2010/03/26 06:54:36 jmc Exp $ 37.\" $OpenBSD: ssh.1,v 1.305 2010/05/16 12:55:51 markus Exp $
38.Dd $Mdocdate: March 26 2010 $ 38.Dd $Mdocdate: May 16 2010 $
39.Dt SSH 1 39.Dt SSH 1
40.Os 40.Os
41.Sh NAME 41.Sh NAME
@@ -421,7 +421,9 @@ option is specified, the
421argument is interpreted and passed to the master process. 421argument is interpreted and passed to the master process.
422Valid commands are: 422Valid commands are:
423.Dq check 423.Dq check
424(check that the master process is running) and 424(check that the master process is running),
425.Dq forward
426(request forwardings without command execution) and
425.Dq exit 427.Dq exit
426(request the master to exit). 428(request the master to exit).
427.It Fl o Ar option 429.It Fl o Ar option
@@ -557,6 +559,9 @@ argument is
557.Ql 0 , 559.Ql 0 ,
558the listen port will be dynamically allocated on the server and reported 560the listen port will be dynamically allocated on the server and reported
559to the client at run time. 561to the client at run time.
562When used together with
563.Ic -O forward
564the allocated port will be printed to the standard output.
560.It Fl S Ar ctl_path 565.It Fl S Ar ctl_path
561Specifies the location of a control socket for connection sharing, 566Specifies the location of a control socket for connection sharing,
562or the string 567or the string