git: 84b3c465a2 - main - Add OpenSSH updating note to 12.4 errata page
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Mar 2023 22:54:38 UTC
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/doc/commit/?id=84b3c465a201d3cc9fea228b0547bc8673afa1a6 commit 84b3c465a201d3cc9fea228b0547bc8673afa1a6 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2023-03-09 13:46:08 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2023-03-21 22:51:22 +0000 Add OpenSSH updating note to 12.4 errata page When updating from an earlier FreeBSD release (with an older OpenSSH version) to 12.4 sshd may not accecpt new connections until it is restarted. Add a note to this effect, similar to 13.1. This renders slightly strangely but I haven't been able to find out why, so commit as is and we can tidy up later. Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D38999 --- website/content/en/releases/12.4R/errata.adoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/website/content/en/releases/12.4R/errata.adoc b/website/content/en/releases/12.4R/errata.adoc index 4e01e9d05b..bf6d5e543a 100644 --- a/website/content/en/releases/12.4R/errata.adoc +++ b/website/content/en/releases/12.4R/errata.adoc @@ -54,7 +54,11 @@ For a list of all FreeBSD CERT security advisories, see https://www.FreeBSD.org/ [[open-issues]] == Open Issues -No known open issues +[IMPORTANT] +==== +If upgrading from an earlier version of FreeBSD, sshd (from OpenSSH 9.1p1) 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`. +==== [[late-news]] == Late-Breaking News