summaryrefslogtreecommitdiff
path: root/security/google-authenticator/MESSAGE
blob: c766a082daa7d956c091e0a2a0c385ae83367a17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2012/05/07 00:01:48 jmmv Exp $

Quick start to get OTPs for incoming SSH connections:

1) Run google-authenticator to set up OTPs for your user.

2) Install "Google Authenticator" on your phone.

3) Set up a new account on your phone using the data printed on your screen
   during step 1.  To make things easier, copy/paste the printed URL in
   your browser.

4) Add the following line to /etc/pam.d/sshd:

   auth required ${PREFIX}/lib/security/pam_google_authenticator.so

Please read ${PREFIX}/share/doc/google-authenticator/README for more
details.

===========================================================================