Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] data/gentoo-news:master commit in: 2020-02-19-openssh-8.2-service-breakage/
Date: Thu, 20 Feb 2020 18:42:22
Message-Id: 1582224073.8c26e092954610ab91b1471a976efeee7f126618.chutzpah@gentoo
1 commit: 8c26e092954610ab91b1471a976efeee7f126618
2 Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 20 17:46:36 2020 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 20 18:41:13 2020 +0000
6 URL: https://gitweb.gentoo.org/data/gentoo-news.git/commit/?id=8c26e092
7
8 2020-02-19-openssh-8.2-service-breakage: Add news item
9
10 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
11
12 .../2020-02-19-openssh-8.2-service-breakage.en.txt | 30 ++++++++++++++++++++++
13 1 file changed, 30 insertions(+)
14
15 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
16 new file mode 100644
17 index 0000000..40a309d
18 --- /dev/null
19 +++ b/2020-02-19-openssh-8.2-service-breakage/2020-02-19-openssh-8.2-service-breakage.en.txt
20 @@ -0,0 +1,30 @@
21 +Title: OpenSSH 8.2_p1 running sshd breakage
22 +Author: Patrick McLean <chutzpah@g.o>
23 +Posted: 2020-02-20
24 +Revision: 1
25 +News-Item-Format: 2.0
26 +Display-If-Installed: <net-misc/openssh-8.2
27 +
28 +If sshd is running, and a system is upgraded from
29 +<net-misc/openssh-8.2_p1 to >=net-misc/openssh-8.2_p1, any new ssh
30 +connection will fail until sshd is restarted.
31 +
32 +Before restarting sshd, it is *strongly* recommended that you test your
33 +configuration with the following command (as root):
34 + sshd -t
35 +
36 +If your system is booted with openrc, use this command (as root)
37 +to restart sshd:
38 + rc-service sshd --nodeps restart
39 +
40 +If your system is booted with systemd, use this command (as root)
41 +to restart sshd:
42 + systemctl restart sshd
43 +
44 +WARNING: On systemd booted machines with PAM disabled, this command
45 + will terminate all currently open ssh connections. It is
46 + *strongly* recommended that you validate your configuration
47 + before restarting sshd.
48 +
49 +If you are using systemd socket activation for sshd, then no action is
50 +required.