diff options
author | Colin Watson <cjwatson@debian.org> | 2006-04-16 10:49:42 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2006-04-16 10:49:42 +0000 |
commit | 3c190ec8e469477ea65fbf4cc83062c65c281434 (patch) | |
tree | ded1da0e985951fc091cedcd1fc2ee48ae07767e /debian/openssh-server.postinst | |
parent | d4200adda19bc6ee1aad93e7c96894cd103ca1f6 (diff) |
* Rename KeepAlive to TCPKeepAlive in default sshd_config
(closes: #349896).
Diffstat (limited to 'debian/openssh-server.postinst')
-rw-r--r-- | debian/openssh-server.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/openssh-server.postinst b/debian/openssh-server.postinst index efd9cf484..ccacb411a 100644 --- a/debian/openssh-server.postinst +++ b/debian/openssh-server.postinst | |||
@@ -265,7 +265,7 @@ X11Forwarding yes | |||
265 | X11DisplayOffset 10 | 265 | X11DisplayOffset 10 |
266 | PrintMotd no | 266 | PrintMotd no |
267 | PrintLastLog yes | 267 | PrintLastLog yes |
268 | KeepAlive yes | 268 | TCPKeepAlive yes |
269 | #UseLogin no | 269 | #UseLogin no |
270 | 270 | ||
271 | #MaxStartups 10:30:60 | 271 | #MaxStartups 10:30:60 |