Hi everyone,<br><br>I am trying to use pam_radius to authenticate SSH login.My system is Centos 5.6 64bit.<br>When I try to authenticate with ssh but failed,I am sure the shared secret is correct.<br><br>Freeradius got the following logs:<br><br>rlm_sql (sql): Released sql socket id: 2<br>++[sql] returns ok<br>++[expiration] returns noop<br>++[logintime] returns noop<br>++[pap] returns updated<br>Found Auth-Type = PAP<br>+- entering group PAP {...}<br>[pap] login attempt with password "? INCORRECT"<br>[pap] Using clear text password "1111"<br>[pap] Passwords don't match<br>++[pap] returns reject<br>Failed to authenticate the user.<br>WARNING: Unprintable characters in the password.        Double-check the shared secret on the server and the NAS!<br>Using Post-Auth-Type Reject<br><br>And by the way,is it possible to create a ssh user on NAS after the first time successful authentication.<br><br>