git: d335263b28 - main - relnotes: Mention sshd restart issue
Ed Maste <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/doc/commit/?id=d335263b28a62ce379baf871918873e1ea038a12 commit d335263b28a62ce379baf871918873e1ea038a12 Author: Ed Maste <[email protected]> AuthorDate: 2022-05-02 17:00:35 +0000 Commit: Ed Maste <[email protected]> CommitDate: 2022-05-02 18:23:39 +0000 relnotes: Mention sshd restart issue PR: 263489 Reviewed by: gjb (earlier) Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D35108 --- website/content/en/releases/13.1R/relnotes.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/content/en/releases/13.1R/relnotes.adoc b/website/content/en/releases/13.1R/relnotes.adoc index 7899cb4da0..1ec6ff4b29 100644 --- a/website/content/en/releases/13.1R/relnotes.adoc +++ b/website/content/en/releases/13.1R/relnotes.adoc @@ -53,6 +53,12 @@ Users of all powerpc architectures, after successful kernel and world installati Upgrading FreeBSD should only be attempted after backing up _all_ data and configuration files. ==== +[IMPORTANT] +==== +After upgrading, sshd (from OpenSSH 8.8p1) will not accept new connections until it is restarted. +After installing the new userland, either reboot (as specified in the source update procedure), or execute `service sshd restart`. +==== + //// XXX: gjb will fill this in just before the release is final [[security-errata]]