I was not able to use authenticate with my password when I tried to logon with Putty. A closer look at the log file shows. Only the local account root was able to logon
Sep 17 12:00:00 node1 sshd[4725]: error: PAM: Authentication failure for user2 from 192.168.1.5 Sep 17 12:00:01 node1 adclient[7052]: WARN audit User 'user2' not authenticated: while getting service credentials: No credentials found with supported encryption
The solution was very simple. Just restart the /etc/init.d/centrifydc and /etc/init.d/centrify-sshd
# service /etc/init.d/centrifydc restart # service /etc/init.d/centrify-sshd restart
No comments:
Post a Comment