diff options
Diffstat (limited to 'ssh.1')
-rw-r--r-- | ssh.1 | 19 |
1 files changed, 16 insertions, 3 deletions
@@ -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. | |||
613 | See the | 614 | See the |
614 | .Cm MACs | 615 | .Cm MACs |
615 | keyword for more information. | 616 | keyword for more information. |
617 | .It Fl O Ar ctl_cmd | ||
618 | Control an active connection multiplexing master process. | ||
619 | When the | ||
620 | .Fl O | ||
621 | option is specified, the | ||
622 | .Ar ctl_cmd | ||
623 | argument is interpreted and passed to the master process. | ||
624 | Valid 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 |
617 | Do not execute a remote command. | 630 | Do not execute a remote command. |
618 | This is useful for just forwarding ports | 631 | This 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 |
739 | Specifies the location of a control socket for connection sharing. | 752 | Specifies the location of a control socket for connection sharing. |
740 | Refer to the description of | 753 | Refer to the description of |
741 | .Cm ControlPath | 754 | .Cm ControlPath |