diff options
author | dtucker <dtucker> | 2003-12-31 00:38:32 +0000 |
---|---|---|
committer | dtucker <dtucker> | 2003-12-31 00:38:32 +0000 |
commit | 76ba3b003b15c499535cfe4a4f03ef5be0b4120d (patch) | |
tree | f0d2605dd178cfe319eed7c0dbecb169efe20a97 /sshd_config | |
parent | 067a6bb5e07b14fbbd19b372cca82dd33d3d9503 (diff) | |
download | openssh-76ba3b003b15c499535cfe4a4f03ef5be0b4120d.tar.gz |
- 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_config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sshd_config b/sshd_config index aaa30f4b..b45c8c56 100644 --- a/sshd_config +++ b/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. @@ -79,7 +79,7 @@ #X11UseLocalhost yes #PrintMotd yes #PrintLastLog yes -#KeepAlive yes +#TCPKeepAlive yes #UseLogin no #UsePrivilegeSeparation yes #PermitUserEnvironment no |