summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-11-07 20:06:19 +1100
committerDarren Tucker <dtucker@zip.com.au>2004-11-07 20:06:19 +1100
commit7ebfc10884da0e430966cb323f57de17397f64bc (patch)
treecb4ab9a4f8cc8378a2c63ca3d46d2f94a2d5c724 /ssh.1
parent2d963d87210c6a0c5eadfa5f02c808f6d983b47e (diff)
- djm@cvs.openbsd.org 2004/11/07 00:01:46
[clientloop.c clientloop.h ssh.1 ssh.c] add basic control of a running multiplex master connection; including the ability to check its status and request it to exit; ok markus@
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.119
1 files changed, 16 insertions, 3 deletions
diff --git a/ssh.1 b/ssh.1
index 06cb60cec..ec83319b8 100644
--- a/ssh.1
+++ b/ssh.1
@@ -34,7 +34,7 @@
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.197 2004/10/07 10:10:24 djm Exp $ 37.\" $OpenBSD: ssh.1,v 1.198 2004/11/07 00:01:46 djm Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH 1 39.Dt SSH 1
40.Os 40.Os
@@ -62,6 +62,7 @@
62.Ek 62.Ek
63.Op Fl l Ar login_name 63.Op Fl l Ar login_name
64.Op Fl m Ar mac_spec 64.Op Fl m Ar mac_spec
65.Op Fl O Ar ctl_cmd
65.Op Fl o Ar option 66.Op Fl o Ar option
66.Bk -words 67.Bk -words
67.Op Fl p Ar port 68.Op Fl p Ar port
@@ -74,7 +75,7 @@
74.Sm on 75.Sm on
75.Xc 76.Xc
76.Oc 77.Oc
77.Op Fl S Ar ctl 78.Op Fl S Ar ctl_path
78.Oo Ar user Ns @ Oc Ns Ar hostname 79.Oo Ar user Ns @ Oc Ns Ar hostname
79.Op Ar command 80.Op Ar command
80.Sh DESCRIPTION 81.Sh DESCRIPTION
@@ -613,6 +614,18 @@ be specified in order of preference.
613See the 614See the
614.Cm MACs 615.Cm MACs
615keyword for more information. 616keyword for more information.
617.It Fl O Ar ctl_cmd
618Control an active connection multiplexing master process.
619When the
620.Fl O
621option is specified, the
622.Ar ctl_cmd
623argument is interpreted and passed to the master process.
624Valid commands are:
625.Dq check
626(check that the master process is running) and
627.Dq exit
628(request the master to exit).
616.It Fl N 629.It Fl N
617Do not execute a remote command. 630Do not execute a remote command.
618This is useful for just forwarding ports 631This is useful for just forwarding ports
@@ -735,7 +748,7 @@ IPv6 addresses can be specified with an alternative syntax:
735.Ar hostport . 748.Ar hostport .
736.Xc 749.Xc
737.Sm on 750.Sm on
738.It Fl S Ar ctl 751.It Fl S Ar ctl_path
739Specifies the location of a control socket for connection sharing. 752Specifies the location of a control socket for connection sharing.
740Refer to the description of 753Refer to the description of
741.Cm ControlPath 754.Cm ControlPath