Does anyone know if it is possible to configure pam to require both radius AND ssh-key to successfully authenticate ?

link|improve this question

70% accept rate
feedback

1 Answer

up vote 1 down vote accepted

At least with OpenSSHd and lsh, the SSH key check is done by sshd itself before calling PAM. And while the SSHv2 protocol itself allows multiple authentication methods, the OpenSSH daemon does not support requiring more then one.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.