From: <ras...@wi...> - 2009-02-03 12:07:35
|
Hi All, Machine details: SunOS xxxxxx 5.10 Generic_137111-08 sun4u sparc SUNW,Netra-240 According to solaris10 account locking feature all user accounts will be locked after 3 unsuccessful attempts and this count will be maintained in /etc/shadow file. In /etc/security/policy.conf we have LOCK_AFTER_RETRIES=YES. We are also using /opt/openssh/etc/sshd_config PermitEmptyPasswords yes Here we are facing issue with the login. We get below msg ssh -l test 192.219.223.196 Authorized use only, activities logged. Password: Warning: 1 failed login attempt since last successful login. --------------here without loging in we get password fail. Last login: Tue Feb 3 17:40:48 2009 from 164.164.27.194 "/opt/openssh/etc/sshd_config" 112 lines, 3127 characters wcars2yn:/> !cat cat /etc/shadow | grep test test:4sufC7KzQ6klU:14278:7:56:42:::1 Please let us know is it the right behavior? Can we have both the things enabled in ssh and solaris? If not how can we use this? Regards Rashmi. |