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 | |
parent | d4200adda19bc6ee1aad93e7c96894cd103ca1f6 (diff) |
* Rename KeepAlive to TCPKeepAlive in default sshd_config
(closes: #349896).
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/openssh-server.postinst | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 8d05772d0..0d0363119 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -1,5 +1,7 @@ | |||
1 | openssh (1:4.2p1-9) UNRELEASED; urgency=low | 1 | openssh (1:4.2p1-9) UNRELEASED; urgency=low |
2 | 2 | ||
3 | * Rename KeepAlive to TCPKeepAlive in default sshd_config | ||
4 | (closes: #349896). | ||
3 | * debconf template translations: | 5 | * debconf template translations: |
4 | - Update Italian (thanks, Luca Monducci; closes: #360348). | 6 | - Update Italian (thanks, Luca Monducci; closes: #360348). |
5 | - Add Galician (thanks, Jacobo Tarrio; closes: #361220). | 7 | - Add Galician (thanks, Jacobo Tarrio; closes: #361220). |
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 |