Why is the following log produced?
pam_unix(sshd:auth): auth could not identify password for [admin] - sshd[6968]
Is it because of a timeout, or is there some other reason?
Why is the following log produced?
pam_unix(sshd:auth): auth could not identify password for [admin] - sshd[6968]
Is it because of a timeout, or is there some other reason?
One of the pam modules have made the password null and it is passed to the pam_unix. Once I fixed it, it started working fine. Thanks.
Check your /etc/ssh/sshd_config
file. If this user admin
is listed as DenyUsers
. Comment the particular line and restart the sshd
service.