Search results

  1. nickdsl

    sshd + 2fa + ansible issue: how to exclude ansible user from 2fa ?

    Nope. I found solution. Check it upper.
  2. nickdsl

    sshd + 2fa + ansible issue: how to exclude ansible user from 2fa ?

    I found solution. I posted it in my first message.
  3. nickdsl

    sshd + 2fa + ansible issue: how to exclude ansible user from 2fa ?

    I used this way: set up additional sshd on the same host. First sshd listen 22/tcp port and accept all users using ssh-key + google-authenticator (the most secure). Second sshd listen 22522/tcp port and accept only [email protected] using ssh-key only. I tested this configuration from...
  4. nickdsl

    sshd + 2fa + ansible issue: how to exclude ansible user from 2fa ?

    I want 2 factor authentication on my linux servers. I use CentOS 7/8. I set up 2FA using this article: https://www.digitalocean.com/community/tutorials/how-to-set-up-multi-factor-authentication-for-ssh-on-centos-7 2FA works fine, but i need to manage my servers using ansible from special server...
Top