summaryrefslogtreecommitdiff
path: root/sftp.1
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-12-17 16:33:10 +1100
committerDamien Miller <djm@mindrot.org>2003-12-17 16:33:10 +1100
commit509b0107f0e67cb4af663c147179d35fa6425614 (patch)
treeb4662caa51b3ac22533e03221a7fdc886ed27619 /sftp.1
parentbaafb981a46d79e576b340dab436c17415f0033a (diff)
- markus@cvs.openbsd.org 2003/12/16 15:49:51
[clientloop.c clientloop.h readconf.c readconf.h scp.1 sftp.1 ssh.1] [ssh.c ssh_config.5] application layer keep alive (ServerAliveInterval ServerAliveCountMax) for ssh(1), similar to the sshd(8) option; ok beck@; with help from jmc and dtucker@
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 91a288dfc..8563e2bdd 100644
--- a/sftp.1
+++ b/sftp.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: sftp.1,v 1.48 2003/12/09 21:53:37 markus Exp $ 1.\" $OpenBSD: sftp.1,v 1.49 2003/12/16 15:49:51 markus Exp $
2.\" 2.\"
3.\" Copyright (c) 2001 Damien Miller. All rights reserved. 3.\" Copyright (c) 2001 Damien Miller. All rights reserved.
4.\" 4.\"
@@ -170,6 +170,8 @@ For full details of the options listed below, and their possible values, see
170.It PubkeyAuthentication 170.It PubkeyAuthentication
171.It RhostsRSAAuthentication 171.It RhostsRSAAuthentication
172.It RSAAuthentication 172.It RSAAuthentication
173.It ServerAliveInterval
174.It ServerAliveCountMax
173.It SmartcardDevice 175.It SmartcardDevice
174.It StrictHostKeyChecking 176.It StrictHostKeyChecking
175.It TCPKeepAlive 177.It TCPKeepAlive