From fb87db8aa47d3508be8e5bb1d21897fa1f2eca90 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Mon, 16 Jan 2017 13:37:55 +0000 Subject: Document sshd_config changes that may be needed following the removal of protocol 1 support from sshd (closes: #851573). --- debian/README.Debian | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'debian/README.Debian') 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 they have a similar problem, although at present there is no system integration for this for anything other than systemd. +SSH protocol 1 server support removed +------------------------------------- + +sshd(8) no longer supports the old SSH protocol 1, so all the configuration +options related to it are now deprecated and should be removed from +/etc/ssh/sshd_config. These are: + + KeyRegenerationInterval + RSAAuthentication + RhostsRSAAuthentication + ServerKeyBits + +The Protocol option is also no longer needed, although it is silently +ignored rather than deprecated. + -- Matthew Vernon Colin Watson -- cgit v1.2.3