diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | sshd_config.5 | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 76d07ee0d..66a338497 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -1,5 +1,7 @@ | |||
1 | openssh (1:4.3p2-3) UNRELEASED; urgency=low | 1 | openssh (1:4.3p2-3) UNRELEASED; urgency=low |
2 | 2 | ||
3 | * Document KeepAlive->TCPKeepAlive renaming in sshd_config(5) (closes: | ||
4 | https://launchpad.net/bugs/50702). | ||
3 | * debconf template translations: | 5 | * debconf template translations: |
4 | - Update French (thanks, Denis Barbier; closes: #368503). | 6 | - Update French (thanks, Denis Barbier; closes: #368503). |
5 | - Update Dutch (thanks, Bart Cornelis; closes: #375100). | 7 | - Update Dutch (thanks, Bart Cornelis; closes: #375100). |
diff --git a/sshd_config.5 b/sshd_config.5 index 841cb29d3..999e14a07 100644 --- a/sshd_config.5 +++ b/sshd_config.5 | |||
@@ -650,6 +650,9 @@ This avoids infinitely hanging sessions. | |||
650 | .Pp | 650 | .Pp |
651 | To disable TCP keepalive messages, the value should be set to | 651 | To disable TCP keepalive messages, the value should be set to |
652 | .Dq no . | 652 | .Dq no . |
653 | .Pp | ||
654 | This option was formerly called | ||
655 | .Cm KeepAlive . | ||
653 | .It Cm UseDNS | 656 | .It Cm UseDNS |
654 | Specifies whether | 657 | Specifies whether |
655 | .Nm sshd | 658 | .Nm sshd |