You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix issue with pam where it was looking for an sshd pam file instead of hpnsshd.
Mitch found this. Seems to have been cause by a change in OpenSSH 9.8 where
they made the pam service configurable and made the default sshd. This will
work in most situations because OpenSSH is already installed but will fail
if the only installed ssh server is hpn-ssh. This fix simply changes the default
name from 'sshd' to 'hpnsshd'.
0 commit comments