I recently updated security/openssh-portable, which usually works well. HOWEVER, it seems as though all my PAM-modules have gone missing.
Logging on via ssh fails, the user-name prompt is displayed, and also accepted. But when password should be requested it breaks.
On the local console I see errors such as:
I disabled the pam_opie module in pam.conf, but this just causes the problems to be shifted to the next module.
A] What has happened?
and
B] How can I fix it? I tried to reinstall the pam-modules from src. Either this doesn't work, or im doing something wrong
Logging on via ssh fails, the user-name prompt is displayed, and also accepted. But when password should be requested it breaks.
On the local console I see errors such as:
Code:
openpam_loadmodule(): no pam_opie.so found
I disabled the pam_opie module in pam.conf, but this just causes the problems to be shifted to the next module.
A] What has happened?
and
B] How can I fix it? I tried to reinstall the pam-modules from src. Either this doesn't work, or im doing something wrong
Code:
make && make install