summaryrefslogtreecommitdiff
path: root/scp.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 /scp.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 'scp.1')
-rw-r--r--scp.14
1 files changed, 3 insertions, 1 deletions
diff --git a/scp.1 b/scp.1
index 202ebaadb..f346b2ae9 100644
--- a/scp.1
+++ b/scp.1
@@ -9,7 +9,7 @@
9.\" 9.\"
10.\" Created: Sun May 7 00:14:37 1995 ylo 10.\" Created: Sun May 7 00:14:37 1995 ylo
11.\" 11.\"
12.\" $OpenBSD: scp.1,v 1.35 2004/05/04 18:36:07 jmc Exp $ 12.\" $OpenBSD: scp.1,v 1.36 2004/06/13 15:03:02 djm Exp $
13.\" 13.\"
14.Dd September 25, 1999 14.Dd September 25, 1999
15.Dt SCP 1 15.Dt SCP 1
@@ -128,6 +128,8 @@ For full details of the options listed below, and their possible values, see
128.It CompressionLevel 128.It CompressionLevel
129.It ConnectionAttempts 129.It ConnectionAttempts
130.It ConnectTimeout 130.It ConnectTimeout
131.It ControlMaster
132.It ControlPath
131.It GlobalKnownHostsFile 133.It GlobalKnownHostsFile
132.It GSSAPIAuthentication 134.It GSSAPIAuthentication
133.It GSSAPIDelegateCredentials 135.It GSSAPIDelegateCredentials