Thanks for all the tips, guys.
I have checked to make sure the SSH configuration is in order (via Webmin) , and it does allow root login. I am also pretty sure that /etc/password et all are working, since I can log into webmin using any of the Unix user accounts I set up originally.
I was able to find the SSH logs in webmin, and I noticed something that seems very likely to be related to the problem I have:
Code:
Apr 9 12:58:30 li13-155 sshd[4866]: PAM unable to dlopen(/lib/security/$ISA/pam_env.so)
Apr 9 12:58:30 li13-155 sshd[4866]: PAM [dlerror: /lib/security/$ISA/pam_env.so: cannot open shared object file: No such file or directory]
Apr 9 12:58:30 li13-155 sshd[4866]: PAM adding faulty module: /lib/security/$ISA/pam_env.so
Apr 9 12:58:30 li13-155 sshd[4866]: PAM unable to dlopen(/lib/security/$ISA/pam_unix.so)
Apr 9 12:58:30 li13-155 sshd[4866]: PAM [dlerror: /lib/security/$ISA/pam_unix.so: cannot open shared object file: No such file or directory]
Apr 9 12:58:30 li13-155 sshd[4866]: PAM adding faulty module: /lib/security/$ISA/pam_unix.so
Apr 9 12:58:30 li13-155 sshd[4866]: PAM unable to dlopen(/lib/security/$ISA/pam_deny.so)
Apr 9 12:58:30 li13-155 sshd[4866]: PAM [dlerror: /lib/security/$ISA/pam_deny.so: cannot open shared object file: No such file or directory]
Apr 9 12:58:30 li13-155 sshd[4866]: PAM adding faulty module: /lib/security/$ISA/pam_deny.so
Apr 9 12:58:30 li13-155 sshd[4866]: PAM unable to dlopen(/lib/security/$ISA/pam_cracklib.so)
Apr 9 12:58:30 li13-155 sshd[4866]: PAM [dlerror: /lib/security/$ISA/pam_cracklib.so: cannot open shared object file: No such file or directory]
Apr 9 12:58:30 li13-155 sshd[4866]: PAM adding faulty module: /lib/security/$ISA/pam_cracklib.so
Apr 9 12:58:30 li13-155 sshd[4866]: PAM unable to dlopen(/lib/security/$ISA/pam_limits.so)
Apr 9 12:58:30 li13-155 sshd[4866]: PAM [dlerror: /lib/security/$ISA/pam_limits.so: cannot open shared object file: No such file or directory]
Apr 9 12:58:30 li13-155 sshd[4866]: PAM adding faulty module: /lib/security/$ISA/pam_limits.so
Apr 9 12:58:30 li13-155 sshd[4866]: Failed password for web from ::ffff:71.227.0.0 port 63149 ssh2
Apr 9 12:58:39 li13-155 last message repeated 2 times
Apr 9 12:59:48 li13-155 webmin[4874]: Non-existent login as web from 71.227.0.0
Apr 9 13:00:02 li13-155 webmin[4876]: Non-existent login as ghurtado from 71.227.0.0
Apr 9 13:00:11 li13-155 webmin[4878]: Successful login as root from 71.227.0.0
So it looks like SSHD is attempting to use PAM for authentication but it can't load the PAM modules. Does anyone know if I can change the SSH config to use regular Unix authentication?
Thanks again.
Garcia