diff options
Diffstat (limited to 'ssh.1')
-rw-r--r-- | ssh.1 | 26 |
1 files changed, 24 insertions, 2 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.189 2004/06/13 14:01:42 dtucker Exp $ | 37 | .\" $OpenBSD: ssh.1,v 1.190 2004/06/13 15:03:02 djm Exp $ |
38 | .Dd September 25, 1999 | 38 | .Dd September 25, 1999 |
39 | .Dt SSH 1 | 39 | .Dt SSH 1 |
40 | .Os | 40 | .Os |
@@ -43,7 +43,7 @@ | |||
43 | .Nd OpenSSH SSH client (remote login program) | 43 | .Nd OpenSSH SSH client (remote login program) |
44 | .Sh SYNOPSIS | 44 | .Sh SYNOPSIS |
45 | .Nm ssh | 45 | .Nm ssh |
46 | .Op Fl 1246AaCfgkNnqsTtVvXxY | 46 | .Op Fl 1246AaCfgkMNnqSsTtVvXxY |
47 | .Op Fl b Ar bind_address | 47 | .Op Fl b Ar bind_address |
48 | .Op Fl c Ar cipher_spec | 48 | .Op Fl c Ar cipher_spec |
49 | .Op Fl D Ar port | 49 | .Op Fl D Ar port |
@@ -605,6 +605,17 @@ be specified in order of preference. | |||
605 | See the | 605 | See the |
606 | .Cm MACs | 606 | .Cm MACs |
607 | keyword for more information. | 607 | keyword for more information. |
608 | .It Fl M | ||
609 | Places the | ||
610 | .Nm | ||
611 | client into | ||
612 | .Dq master | ||
613 | mode for connection sharing. | ||
614 | Refer to the description of | ||
615 | .Cm ControlMaster | ||
616 | in | ||
617 | .Xr ssh_config 5 | ||
618 | for details. | ||
608 | .It Fl N | 619 | .It Fl N |
609 | Do not execute a remote command. | 620 | Do not execute a remote command. |
610 | This is useful for just forwarding ports | 621 | This is useful for just forwarding ports |
@@ -649,6 +660,8 @@ For full details of the options listed below, and their possible values, see | |||
649 | .It CompressionLevel | 660 | .It CompressionLevel |
650 | .It ConnectionAttempts | 661 | .It ConnectionAttempts |
651 | .It ConnectTimeout | 662 | .It ConnectTimeout |
663 | .It ControlMaster | ||
664 | .It ControlPath | ||
652 | .It DynamicForward | 665 | .It DynamicForward |
653 | .It EscapeChar | 666 | .It EscapeChar |
654 | .It ForwardAgent | 667 | .It ForwardAgent |
@@ -724,6 +737,15 @@ IPv6 addresses can be specified with an alternative syntax: | |||
724 | .Ar hostport . | 737 | .Ar hostport . |
725 | .Xc | 738 | .Xc |
726 | .Sm on | 739 | .Sm on |
740 | .It Fl S | ||
741 | Places the | ||
742 | .Nm | ||
743 | client into slave mode for connection sharing. | ||
744 | Refer to the description of | ||
745 | .Cm ControlMaster | ||
746 | in | ||
747 | .Xr ssh_config 5 | ||
748 | for details. | ||
727 | .It Fl s | 749 | .It Fl s |
728 | May be used to request invocation of a subsystem on the remote system. | 750 | May be used to request invocation of a subsystem on the remote system. |
729 | Subsystems are a feature of the SSH2 protocol which facilitate the use | 751 | Subsystems are a feature of the SSH2 protocol which facilitate the use |