|
|
|
|
|
by mpetrov
4762 days ago
|
|
It would be great if this was supported along with key based authentication. Using the PAM method outlined here works only with password based authentication and the TFA is completely bypassed when a key is used. I researched this a few months back and was not able to find a clean way to add TFA to a key based login. Any suggestions from other HN readers? |
|
Red Hat added a similar though slightly different patch with RequiredAuthentications1 and RequiredAuthentications2. They patched OpenSSH 5.3 in RHEL 6 (and CentOS) as of 2012-06-20. [2]
So instead of Google Authenticator you could use publickey + password for 2-factor auth.
[1] https://bugzilla.mindrot.org/show_bug.cgi?id=983
[2] https://bugzilla.redhat.com/show_bug.cgi?id=657378