Google authenticator: Difference between revisions

From wikinotes
(Created page with "google authenticator is a 2 factor authentication program.<br> You can use it on linux. = Tutorials = <blockquote> {| class="wikitable" |- | Arch Wiki || https://wiki.archlin...")
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
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.
You can use it on linux to enable 2FA PAM logins.<br>
You cannot use it to obtain keycodes (you'll need the ios/android app, or something like [[authy]] on a desktop)


= Tutorials =
= Tutorials =
Line 10: Line 11:
|}
|}
</blockquote><!-- Tutorials -->
</blockquote><!-- Tutorials -->
= Install =
<blockquote>
<syntaxhighlight lang="bash">
pacman -S libpam-google-authenticator
</syntaxhighlight>
</blockquote><!-- Install -->
= Usage =
<blockquote>
<syntaxhighlight lang="bash">
google-authenticator  # setup configuration
</syntaxhighlight>
</blockquote><!-- Usage -->

Latest revision as of 12:48, 7 November 2021

google authenticator is a 2 factor authentication program.
You can use it on linux to enable 2FA PAM logins.
You cannot use it to obtain keycodes (you'll need the ios/android app, or something like authy on a desktop)

Tutorials

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

Install

pacman -S libpam-google-authenticator

Usage

google-authenticator  # setup configuration