Changes between Initial Version and Version 1 of Ticket #11828, comment 12


Ignore:
Timestamp:
Feb 10, 2015, 8:37:49 PM (9 years ago)
Author:
jprostko

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11828, comment 12

    initial v1  
    1010> It's worth noting that two-factor authentication only seems to work with password-based SSH logins; if you are using SSH keys, it will ignore two-factor authentication and log you in directly.
    1111
    12 I'm pretty sure that you can define `AuthenticationMethods` in sshd_config to get around this limitation, but I could be wrong.  I mean, on some of my own servers, I require a public key, followed by the account password on the server, and it works well.
     12I'm pretty sure that you can define `AuthenticationMethods` with proper values in sshd_config to get around this limitation, but I could be wrong.  I mean, on some of my own servers, I require a public key, followed by the account password on the server, and it works well.