diff options
author | djm <djm> | 2003-12-17 05:31:10 +0000 |
---|---|---|
committer | djm <djm> | 2003-12-17 05:31:10 +0000 |
commit | 628c24f8338764c7aa7b573e343ae58196a7a313 (patch) | |
tree | 8305f6fc2b65e3f4787c60b43b1eb6be8308a395 /sftp.1 | |
parent | 89f5cb4ca6305688c914e98e679201b79269bf42 (diff) | |
download | openssh-628c24f8338764c7aa7b573e343ae58196a7a313.tar.gz |
- markus@cvs.openbsd.org 2003/12/09 21:53:37
[readconf.c readconf.h scp.1 servconf.c servconf.h sftp.1 ssh.1]
[ssh_config.5 sshconnect.c sshd.c sshd_config.5]
rename keepalive to tcpkeepalive; the old name causes too much
confusion; ok djm, dtucker; with help from jmc@
Diffstat (limited to 'sftp.1')
-rw-r--r-- | sftp.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -.\" $OpenBSD: sftp.1,v 1.47 2003/10/13 08:22:25 markus Exp $ +.\" $OpenBSD: sftp.1,v 1.48 2003/12/09 21:53:37 markus Exp $ .\" .\" Copyright (c) 2001 Damien Miller. All rights reserved. .\" @@ -158,7 +158,6 @@ For full details of the options listed below, and their possible values, see .It HostKeyAlias .It HostName .It IdentityFile -.It KeepAlive .It LogLevel .It MACs .It NoHostAuthenticationForLocalhost @@ -173,6 +172,7 @@ For full details of the options listed below, and their possible values, see .It RSAAuthentication .It SmartcardDevice .It StrictHostKeyChecking +.It TCPKeepAlive .It UsePrivilegedPort .It User .It UserKnownHostsFile |