summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rw-r--r--debian/openssh-server.postinst2
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 @@
1openssh (1:4.2p1-9) UNRELEASED; urgency=low 1openssh (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
265X11DisplayOffset 10 265X11DisplayOffset 10
266PrintMotd no 266PrintMotd no
267PrintLastLog yes 267PrintLastLog yes
268KeepAlive yes 268TCPKeepAlive yes
269#UseLogin no 269#UseLogin no
270 270
271#MaxStartups 10:30:60 271#MaxStartups 10:30:60