Google authenticator: Difference between revisions

From wikinotes
No edit summary
No edit summary
Line 1: Line 1:
google authenticator is a 2 factor authentication program.<br>
google authenticator is a 2 factor authentication program.<br>
You can use it on linux, both for 2FA PAM logins, and also as a client.
You can use it on linux, both for 2FA PAM logins - I don't believe you can use it as a source of 2FA.


= Tutorials =
= Tutorials =
Line 21: Line 21:
<blockquote>
<blockquote>
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
google-authenticator
google-authenticator # setup configuration
</syntaxhighlight>
</syntaxhighlight>
</blockquote><!-- Usage -->
</blockquote><!-- Usage -->

Revision as of 19:32, 8 August 2021

google authenticator is a 2 factor authentication program.
You can use it on linux, both for 2FA PAM logins - I don't believe you can use it as a source of 2FA.

Tutorials

Arch Wiki https://wiki.archlinux.org/index.php/Google_Authenticator

Install

pacman -S libpam-google-authenticator

Usage

google-authenticator  # setup configuration