Recently I was unable to SSH into a host where 2FA was setup via Google Authenticator. The error message looked something like this:
$ ssh [email protected]
[email protected]'s password:
Permission denied, please try again.
No entries were made in auth.log
, and nothing had changed on the system aside from doing a dist-upgrade. Thanks to DigitalOcean, I determined one update was needed in /etc/ssh/sshd_config
.