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

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

--- Comment #13 from Christos Chatzaras <chris@cretaforce.gr> ---
I upgrade using source from 13.0 to 13.1 :

gitup release
cd /usr/src
make -j1 buildworld
make -j1 buildkernel
make installkernel
etcupdate -p
make installworld
etcupdate
make -DBATCH_DELETE_OLD_FILES delete-old
make -DBATCH_DELETE_OLD_FILES delete-old-libs
rm -fr /usr/obj/usr /usr/src

After these commands I can't connect with a new ssh connection but my current
ssh connection still works.

If I reboot then ssh works again.

Are we talking about the same issue?

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