summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2003-12-29 16:39:50 +0000
committermillert <millert@openbsd.org>2003-12-29 16:39:50 +0000
commit4f920f5ce01402df4b4cf157d8c73f2fb73c2ec3 (patch)
treed725cec2019cf708e39356766a497fbbe01e22b8
parentupdates for openssl gen{d,r}sa: (diff)
downloadwireguard-openbsd-4f920f5ce01402df4b4cf157d8c73f2fb73c2ec3.tar.xz
wireguard-openbsd-4f920f5ce01402df4b4cf157d8c73f2fb73c2ec3.zip
KeepAlive has been obsoleted, use TCPKeepAlive instead; markus@ OK
-rw-r--r--usr.bin/ssh/sshd_config4
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