diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-12-29 16:39:51 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-12-29 16:39:51 +0000 |
commit | cab74e222ae44d2599a03749fba511520c3b3264 (patch) | |
tree | 684c20335987212e7fee6f3014c2b9e2738fbb8f /usr.bin | |
parent | d2dda25c94b07978a46cdea01535ac0682160b2d (diff) |
KeepAlive has been obsoleted, use TCPKeepAlive instead; markus@ OK
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/sshd_config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/sshd_config b/usr.bin/ssh/sshd_config index 12382beab01..123bb39d602 100644 --- a/usr.bin/ssh/sshd_config +++ b/usr.bin/ssh/sshd_config @@ -1,4 +1,4 @@ -# $OpenBSD: sshd_config,v 1.67 2003/12/23 16:12:10 jakob Exp $ +# $OpenBSD: sshd_config,v 1.68 2003/12/29 16:39:50 millert Exp $ # This is the sshd server system-wide configuration file. See # sshd_config(5) for more information. @@ -72,7 +72,7 @@ #X11UseLocalhost yes #PrintMotd yes #PrintLastLog yes -#KeepAlive yes +#TCPKeepAlive yes #UseLogin no #UsePrivilegeSeparation yes #PermitUserEnvironment no |