summaryrefslogtreecommitdiff
path: root/sshd_config
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2003-12-31 11:38:32 +1100
committerDarren Tucker <dtucker@zip.com.au>2003-12-31 11:38:32 +1100
commit0b3b97512fc3bae1aad38ddff2222bcca5f80f0e (patch)
tree7433f14725599cee92d7c6dcc98ca7fd9068eef4 /sshd_config
parent22ef5087543839dd14e1591923e669518b5c13e8 (diff)
- millert@cvs.openbsd.org 2003/12/29 16:39:50
[sshd_config] KeepAlive has been obsoleted, use TCPKeepAlive instead; markus@ OK
Diffstat (limited to 'sshd_config')
-rw-r--r--sshd_config4
1 files changed, 2 insertions, 2 deletions
diff --git a/sshd_config b/sshd_config
index aaa30f4ba..b45c8c561 100644
--- a/sshd_config
+++ b/sshd_config
@@ -1,4 +1,4 @@
1# $OpenBSD: sshd_config,v 1.67 2003/12/23 16:12:10 jakob Exp $ 1# $OpenBSD: sshd_config,v 1.68 2003/12/29 16:39:50 millert Exp $
2 2
3# This is the sshd server system-wide configuration file. See 3# This is the sshd server system-wide configuration file. See
4# sshd_config(5) for more information. 4# sshd_config(5) for more information.
@@ -79,7 +79,7 @@
79#X11UseLocalhost yes 79#X11UseLocalhost yes
80#PrintMotd yes 80#PrintMotd yes
81#PrintLastLog yes 81#PrintLastLog yes
82#KeepAlive yes 82#TCPKeepAlive yes
83#UseLogin no 83#UseLogin no
84#UsePrivilegeSeparation yes 84#UsePrivilegeSeparation yes
85#PermitUserEnvironment no 85#PermitUserEnvironment no