Google-authenticator

From Attie's Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with "==Installation== {{note|Installing this has a side effect - all users must have google-authenticator setup to login using a password}} <source lang="bash"> apt-get install lib...")
 
m
 
Line 1: Line 1:
 +
[https://code.google.com/p/google-authenticator/ Project Home]
 +
 
==Installation==
 
==Installation==
 
{{note|Installing this has a side effect - all users must have google-authenticator setup to login using a password}}
 
{{note|Installing this has a side effect - all users must have google-authenticator setup to login using a password}}

Latest revision as of 13:26, 5 June 2014

Project Home

[edit] Installation

Note: Installing this has a side effect - all users must have google-authenticator setup to login using a password
apt-get install libpam-google-authenticator
echo "auth required pam_google_authenticator.so" >>/etc/pam.d/sshd
sed -re 's/(ChallengeResponseAuthentication) +no/\1 yes/g' -i /etc/ssh/sshd_config

[edit] User Setup

google-authenticator
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox