but sshd.conf contains the needed
flags to limit the authentication methods



doing man sshd_config saids something like :



 UsePAM = yes
 PasswordAuthentication = no



might do the trick

PasswordAuthentication is set to no by default, as enabling it causes cleartext password authentication (obviously defeating the point of encrypting it in the first place).


And yes UsePAM = yes was set, for clarification. So I'd assume that meant that PAM authentication was final?

Nathan

----------------
Code is poetry.


-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Reply via email to