summaryrefslogtreecommitdiff
path: root/scp.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 /scp.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 'scp.1')
-rw-r--r--scp.14
1 files changed, 3 insertions, 1 deletions
diff --git a/scp.1 b/scp.1
index cbebb949a..f5ca1e45a 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.31 2003/12/09 21:53:36 markus Exp $ 12.\" $OpenBSD: scp.1,v 1.32 2003/12/16 15:49:51 markus Exp $
13.\" 13.\"
14.Dd September 25, 1999 14.Dd September 25, 1999
15.Dt SCP 1 15.Dt SCP 1
@@ -149,6 +149,8 @@ For full details of the options listed below, and their possible values, see
149.It PubkeyAuthentication 149.It PubkeyAuthentication
150.It RhostsRSAAuthentication 150.It RhostsRSAAuthentication
151.It RSAAuthentication 151.It RSAAuthentication
152.It ServerAliveInterval
153.It ServerAliveCountMax
152.It SmartcardDevice 154.It SmartcardDevice
153.It StrictHostKeyChecking 155.It StrictHostKeyChecking
154.It TCPKeepAlive 156.It TCPKeepAlive