summaryrefslogtreecommitdiff
path: root/sftp.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 /sftp.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 'sftp.1')
-rw-r--r--sftp.14
1 files changed, 3 insertions, 1 deletions
diff --git a/sftp.1 b/sftp.1
index 795a0342f..7f0ef1121 100644
--- a/sftp.1
+++ b/sftp.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: sftp.1,v 1.54 2004/05/02 23:02:17 dtucker Exp $ 1.\" $OpenBSD: sftp.1,v 1.55 2004/06/13 15:03:02 djm Exp $
2.\" 2.\"
3.\" Copyright (c) 2001 Damien Miller. All rights reserved. 3.\" Copyright (c) 2001 Damien Miller. All rights reserved.
4.\" 4.\"
@@ -154,6 +154,8 @@ For full details of the options listed below, and their possible values, see
154.It CompressionLevel 154.It CompressionLevel
155.It ConnectionAttempts 155.It ConnectionAttempts
156.It ConnectTimeout 156.It ConnectTimeout
157.It ControlMaster
158.It ControlPath
157.It GlobalKnownHostsFile 159.It GlobalKnownHostsFile
158.It GSSAPIAuthentication 160.It GSSAPIAuthentication
159.It GSSAPIDelegateCredentials 161.It GSSAPIDelegateCredentials