diff options
author | 2003-12-29 16:39:50 +0000 | |
---|---|---|
committer | 2003-12-29 16:39:50 +0000 | |
commit | 4f920f5ce01402df4b4cf157d8c73f2fb73c2ec3 (patch) | |
tree | d725cec2019cf708e39356766a497fbbe01e22b8 | |
parent | updates for openssl gen{d,r}sa: (diff) | |
download | wireguard-openbsd-4f920f5ce01402df4b4cf157d8c73f2fb73c2ec3.tar.xz wireguard-openbsd-4f920f5ce01402df4b4cf157d8c73f2fb73c2ec3.zip |
KeepAlive has been obsoleted, use TCPKeepAlive instead; markus@ OK
-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 |