Hi,
I had a similar issue with ssh recently (though not exactly the
same) and the /var/log/secure file showed that I needed a
shared library that was provided by the latest version of pam.
Maybe you can try an up2date on pam and check once....
cheers,
Siddharth.
William Hooper wrote:
Rolf Berkenbosch said:
How is that log file called?
First check:
/var/log/messages
/var/log/secure
If nothing turns up there...
Make sure no one is using SSH.
Stop the SSH server:
# /sbin/service sshd stop
Start SSH in debug mode (this will show you the debug output on the console
# /usr/sbin/sshd -dd
Try to log into the SSH server.