git: d335263b28 - main - relnotes: Mention sshd restart issue

From: Ed Maste <emaste_at_FreeBSD.org>
Date: Mon, 02 May 2022 18:24:23 UTC
The branch main has been updated by emaste:

URL: https://cgit.FreeBSD.org/doc/commit/?id=d335263b28a62ce379baf871918873e1ea038a12

commit d335263b28a62ce379baf871918873e1ea038a12
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2022-05-02 17:00:35 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
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]]