On 2/19/20 11:32 PM, Patrick McLean wrote: > Title: OpenSSH 8.2_p1 running sshd breakage > Author: Patrick McLean > Posted: 2020-02-21 > Revision: 1 > News-Item-Format: 2.0 > Display-If-Installed: > If sshd is running, and a system is upgraded from 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 > configuraton with the following command (as root): > sshd -t > > If your system is booted with openrc, use this command (as root) double space (inconsistent with similar sentence below) > 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 > > If you are using systemd socket activation for sshd, then no action is > required. > > 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. > This is pretty much just nitpicking, but https://www.gentoo.org/glep/glep-0042.html#news-item-body "The text body should be wrapped at 72 characters. No fancy formatting or tab characters should be used — the news item may be being displayed directly to a terminal. Paragraphs should be separated by a blank line." The 72 char limit breaks 4 times. LGTM. -- juippis