aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-04-06 00:33:17 +0200
committerThomas Deutschmann <whissi@gentoo.org>2020-04-06 00:33:17 +0200
commit3c79df2bbbdb278a524037b6e67026af14b528ef (patch)
tree40926d24c5942ac5aac676c8103aeb1ca296ea18 /2020-02-19-openssh-8_2-service-breakage
parentRemove 2020-03-09-opencl-abi_x86_32-phaseout (diff)
downloadgentoo-news-3c79df2bbbdb278a524037b6e67026af14b528ef.tar.gz
gentoo-news-3c79df2bbbdb278a524037b6e67026af14b528ef.tar.bz2
gentoo-news-3c79df2bbbdb278a524037b6e67026af14b528ef.zip
Fix 2020-02-19-openssh-8.2-service-breakage naming
Dots are not allowed in name. Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to '2020-02-19-openssh-8_2-service-breakage')
-rw-r--r--2020-02-19-openssh-8_2-service-breakage/2020-02-19-openssh-8_2-service-breakage.en.txt30
1 files changed, 30 insertions, 0 deletions
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 <chutzpah@gentoo.org>
+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.