[Bug 263489] sshd does not work after reboot to 13.1-RC4

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 02 May 2022 17:20:45 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263489

--- Comment #16 from Ed Maste <emaste@freebsd.org> ---
Also note that UPDATING specifies a reboot after installing the new userland:

        make buildworld
        make buildkernel KERNCONF=YOUR_KERNEL_HERE
        make installkernel KERNCONF=YOUR_KERNEL_HERE
                                                        [1]
        <reboot in single user>                         [3]
        etcupdate -p                                    [5]
        make installworld
        etcupdate -B                                    [4]
        make delete-old                                 [6]
        <reboot>

I thought this was also the case for FreeBSD-update, but it does not appear to
be so.

Review to have freebsd-update automatically restart sshd:
https://reviews.freebsd.org/D35109

-- 
You are receiving this mail because:
You are the assignee for the bug.