ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    CentOS Two Factor Authentication with Google Authenticator

    News
    google authenticat centos rhel linux security
    3
    26
    8.3k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • mlnewsM
      mlnews
      last edited by

      Secure your CentOS Server with Google Authenticator and Two Factor Authentication. This is perfect for people building a highly secure CentOS or RHEL based Jump Server.

      1 Reply Last reply Reply Quote 1
      • ?
        A Former User
        last edited by

        This is very cool! Thanks!

        1 Reply Last reply Reply Quote 0
        • ?
          A Former User
          last edited by

          Anyone done this yet?

          1 Reply Last reply Reply Quote 0
          • ?
            A Former User
            last edited by

            Doesn't work.....

            Check the comments.

            1 Reply Last reply Reply Quote 0
            • ?
              A Former User
              last edited by

              No package google-authenticator available.

              1 Reply Last reply Reply Quote 0
              • ?
                A Former User
                last edited by

                The PAM Module is no longer provided in EPEL for EL7 😞

                1 Reply Last reply Reply Quote 0
                • scottalanmillerS
                  scottalanmiller
                  last edited by

                  Looks like a lot of places are having the same issue that they are posting the repo info but it does not exist. You can do this instead...

                  yum install gcc gcc++ make python python-devel git pam-devel
                  
                  cd /tmp
                  git clone https://code.google.com/p/google-authenticator/
                  cd google-authenticator/libpam
                  make
                  make install
                  cd /tmp
                  rm -Rf google-authenticator/
                  
                  1 Reply Last reply Reply Quote 0
                  • ?
                    A Former User
                    last edited by

                    I used this guide: http://www.thefallenphoenix.net/2015/03/ssh-multi-factor-centos-7/

                    But like a idiot, I setup the root account, not my account.....

                    This will cause a issue if for some reason Google Authenticator doesn't work, right?

                    scottalanmillerS 1 Reply Last reply Reply Quote 0
                    • scottalanmillerS
                      scottalanmiller @A Former User
                      last edited by

                      @Aaron-Studer said:

                      I used this guide: http://www.thefallenphoenix.net/2015/03/ssh-multi-factor-centos-7/

                      But like a idiot, I setup the root account, not my account.....

                      This will cause a issue if for some reason Google Authenticator doesn't work, right?

                      Yes, that would be a problem 🙂

                      1 Reply Last reply Reply Quote 0
                      • ?
                        A Former User
                        last edited by

                        This seems like it might be a better option 🙂

                        https://www.authy.com/integrations/ssh

                        1 Reply Last reply Reply Quote 0
                        • ?
                          A Former User
                          last edited by

                          This looks much, much easier to install/use:

                          https://vimeo.com/48266785

                          1 Reply Last reply Reply Quote 0
                          • ?
                            A Former User
                            last edited by

                            How To Install Authy And Configure Two-Factor Authentication For SSH
                            https://www.digitalocean.com/community/tutorials/how-to-install-authy-and-configure-two-factor-authentication-for-ssh

                            1 Reply Last reply Reply Quote 0
                            • scottalanmillerS
                              scottalanmiller
                              last edited by

                              I don't like SMS as an authentication method because I've found SMS to be very unreliable. Here in Europe it is tons more reliable than in the US, but you don't want a tower outage or being in a "dead spot" to stop authentication. I worry enough about the "on the phone" app losing power (my phone is dead right this second, for example) or getting lost or whatever causing a lack of access but using SMS on the phone adds secondary network connectivity as an additional breaking point.

                              If I lose my phone, phone breaks, battery is dead, I lose cell coverage OR I lose network access I can't log in. That is more and more points of failure.

                              ? 2 Replies Last reply Reply Quote 0
                              • scottalanmillerS
                                scottalanmiller
                                last edited by

                                Also, SMS is not secure at all. I've had SMS hijacked before. So less than ideal as a security method. It's a second factor so that is not the end of the world, but I have definitely spent a year working in a situation where that would not have been a second factor at all and using it would have been nothing but a placebo.

                                1 Reply Last reply Reply Quote 0
                                • ?
                                  A Former User @scottalanmiller
                                  last edited by

                                  @scottalanmiller said:

                                  I don't like SMS as an authentication method because I've found SMS to be very unreliable. Here in Europe it is tons more reliable than in the US, but you don't want a tower outage or being in a "dead spot" to stop authentication. I worry enough about the "on the phone" app losing power (my phone is dead right this second, for example) or getting lost or whatever causing a lack of access but using SMS on the phone adds secondary network connectivity as an additional breaking point.

                                  If I lose my phone, phone breaks, battery is dead, I lose cell coverage OR I lose network access I can't log in. That is more and more points of failure.

                                  I completely agree. This is why I use Authy. No SMS.

                                  Best part of all it is removes the requirement to use your phone.

                                  1 Reply Last reply Reply Quote 0
                                  • scottalanmillerS
                                    scottalanmiller
                                    last edited by

                                    Ah, Authy doesn't require SMS? Cool, will look into it more then.

                                    ? 1 Reply Last reply Reply Quote 0
                                    • ?
                                      A Former User @scottalanmiller
                                      last edited by A Former User

                                      @scottalanmiller I think your confusing Two Factor Authentication with SMS.

                                      You can do 2FA with SMS, but it's not as common anymore.

                                      Take a look at this link: http://security.stackexchange.com/questions/47901/how-does-authys-2fa-work-if-it-doesnt-connect-to-the-server

                                      scottalanmillerS 1 Reply Last reply Reply Quote 0
                                      • ?
                                        A Former User
                                        last edited by

                                        If Authy would integrate with Touch ID, that would be amazing!

                                        1 Reply Last reply Reply Quote 1
                                        • ?
                                          A Former User
                                          last edited by

                                          This is also a good read: http://stackshare.io/posts/how-authy-built-a-fault-tolerant-two-factor-authentication-service/

                                          1 Reply Last reply Reply Quote 0
                                          • ?
                                            A Former User @scottalanmiller
                                            last edited by

                                            @scottalanmiller said:

                                            (my phone is dead right this second, for example)

                                            Authy lets to sync across devices, so unless you phone/iPad/computer/Wife's Phone are all dead, then it still works! 🙂

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 1 / 2
                                            • First post
                                              Last post