summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2004-06-15 10:34:08 +1000
committerDamien Miller <djm@mindrot.org>2004-06-15 10:34:08 +1000
commit0e220dbfbcc9fe252e8f1f4890dbfa415aad35db (patch)
treeb78bab0c628cd5bdb0ec95340f533a1be2fae75f /ssh.1
parent05202ffe214115afa24bf6e7a6d8c8457e6759bb (diff)
- djm@cvs.openbsd.org 2004/06/13 15:03:02
[channels.c channels.h clientloop.c clientloop.h includes.h readconf.c] [readconf.h scp.1 sftp.1 ssh.1 ssh.c ssh_config.5] implement session multiplexing in the client (the server has supported this since 2.0); ok markus@
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.126
1 files changed, 24 insertions, 2 deletions
diff --git a/ssh.1 b/ssh.1
index 6cef0851d..b70102be5 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.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.
605See the 605See the
606.Cm MACs 606.Cm MACs
607keyword for more information. 607keyword for more information.
608.It Fl M
609Places the
610.Nm
611client into
612.Dq master
613mode for connection sharing.
614Refer to the description of
615.Cm ControlMaster
616in
617.Xr ssh_config 5
618for details.
608.It Fl N 619.It Fl N
609Do not execute a remote command. 620Do not execute a remote command.
610This is useful for just forwarding ports 621This 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
741Places the
742.Nm
743client into slave mode for connection sharing.
744Refer to the description of
745.Cm ControlMaster
746in
747.Xr ssh_config 5
748for details.
727.It Fl s 749.It Fl s
728May be used to request invocation of a subsystem on the remote system. 750May be used to request invocation of a subsystem on the remote system.
729Subsystems are a feature of the SSH2 protocol which facilitate the use 751Subsystems are a feature of the SSH2 protocol which facilitate the use