question about OpenSSH_9.9p2, OpenSSL 3.0.16 11 Feb 2025 in freebsd14.3 ?

dear all :
when running pkg upgrade in freebsd14.3 ....
now the i can't ssh my freebsd14.3 server. :
Code:
error : PAM error authentication failure
anybody can fix this issue ?
 
Why are you using security/openssh-portable instead of the sshd(8) that comes with the base OS? Or did you convert this system to Pkgbase?

anybody can fix this issue ?
Depends, can you still login on the console? If not, then your only course of action is to boot to single user mode and figure out why your PAM configuration seems to be broken. If you can login on the console, you may simply need to restart sshd(8) (freebsd-update(8) does this automagically, Pkgbase probably doesn't)
 
Back
Top