summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2017-01-16 13:37:55 +0000
committerColin Watson <cjwatson@debian.org>2017-01-16 13:37:55 +0000
commitfb87db8aa47d3508be8e5bb1d21897fa1f2eca90 (patch)
tree2267daf5ef9f7fcb7d71d14f9b989ae118c2f908 /debian
parent403c387be6fb8ae4b852cff5d68313fd4af3a90b (diff)
Document sshd_config changes that may be needed following the removal of protocol 1 support from sshd (closes: #851573).
Diffstat (limited to 'debian')
-rw-r--r--debian/README.Debian15
-rw-r--r--debian/changelog2
2 files changed, 17 insertions, 0 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
index 43a3551ca..73b7cfc89 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -237,6 +237,21 @@ Non-systemd users may find /usr/lib/openssh/ssh-session-cleanup helpful if
237they have a similar problem, although at present there is no system 237they have a similar problem, although at present there is no system
238integration for this for anything other than systemd. 238integration for this for anything other than systemd.
239 239
240SSH protocol 1 server support removed
241-------------------------------------
242
243sshd(8) no longer supports the old SSH protocol 1, so all the configuration
244options related to it are now deprecated and should be removed from
245/etc/ssh/sshd_config. These are:
246
247 KeyRegenerationInterval
248 RSAAuthentication
249 RhostsRSAAuthentication
250 ServerKeyBits
251
252The Protocol option is also no longer needed, although it is silently
253ignored rather than deprecated.
254
240-- 255--
241Matthew Vernon <matthew@debian.org> 256Matthew Vernon <matthew@debian.org>
242Colin Watson <cjwatson@debian.org> 257Colin Watson <cjwatson@debian.org>
diff --git a/debian/changelog b/debian/changelog
index 5e5ad70ef..a7a936707 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ openssh (1:7.4p1-6) UNRELEASED; urgency=medium
3 * Remove temporary file on exit from postinst (closes: #850275). 3 * Remove temporary file on exit from postinst (closes: #850275).
4 * Remove LOGIN_PROGRAM and LOGIN_NO_ENDOPT definitions, since UseLogin is 4 * Remove LOGIN_PROGRAM and LOGIN_NO_ENDOPT definitions, since UseLogin is
5 gone. 5 gone.
6 * Document sshd_config changes that may be needed following the removal of
7 protocol 1 support from sshd (closes: #851573).
6 8
7 -- Colin Watson <cjwatson@debian.org> Fri, 06 Jan 2017 08:40:14 +0000 9 -- Colin Watson <cjwatson@debian.org> Fri, 06 Jan 2017 08:40:14 +0000
8 10