summaryrefslogtreecommitdiff
path: root/debian/README.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/README.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/README.Debian')
-rw-r--r--debian/README.Debian15
1 files changed, 15 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>