commit: 8c26e092954610ab91b1471a976efeee7f126618 Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org> AuthorDate: Thu Feb 20 17:46:36 2020 +0000 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org> CommitDate: Thu Feb 20 18:41:13 2020 +0000 URL: https://gitweb.gentoo.org/data/gentoo-news.git/commit/?id=8c26e092
2020-02-19-openssh-8.2-service-breakage: Add news item Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org> .../2020-02-19-openssh-8.2-service-breakage.en.txt | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/2020-02-19-openssh-8.2-service-breakage/2020-02-19-openssh-8.2-service-breakage.en.txt b/2020-02-19-openssh-8.2-service-breakage/2020-02-19-openssh-8.2-service-breakage.en.txt new file mode 100644 index 0000000..40a309d --- /dev/null +++ b/2020-02-19-openssh-8.2-service-breakage/2020-02-19-openssh-8.2-service-breakage.en.txt @@ -0,0 +1,30 @@ +Title: OpenSSH 8.2_p1 running sshd breakage +Author: Patrick McLean <[email protected]> +Posted: 2020-02-20 +Revision: 1 +News-Item-Format: 2.0 +Display-If-Installed: <net-misc/openssh-8.2 + +If sshd is running, and a system is upgraded from +<net-misc/openssh-8.2_p1 to >=net-misc/openssh-8.2_p1, any new ssh +connection will fail until sshd is restarted. + +Before restarting sshd, it is *strongly* recommended that you test your +configuration with the following command (as root): + sshd -t + +If your system is booted with openrc, use this command (as root) +to restart sshd: + rc-service sshd --nodeps restart + +If your system is booted with systemd, use this command (as root) +to restart sshd: + systemctl restart sshd + +WARNING: On systemd booted machines with PAM disabled, this command + will terminate all currently open ssh connections. It is + *strongly* recommended that you validate your configuration + before restarting sshd. + +If you are using systemd socket activation for sshd, then no action is +required.
