forked from freedomofpress/securedrop
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'fpf-develop' into develop
- Loading branch information
Showing
6 changed files
with
521 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
<<<<<<< HEAD | ||
### Set up Google Authenticator for the App and Monitor Servers | ||
|
||
As part of the SecureDrop installation process, you will need to set up two factor authentication using the Google Authenticator app for both your App and Monitor Servers. | ||
|
||
Connect to one of the server using `ssh` and run `google-authenticator`. Open the Google Authenticator app on your smartphone and follow the steps below for either iOS or Android. Once you've properly set up your first server, repeat these steps again on the other. | ||
======= | ||
### Set up Google Authenticator | ||
|
||
As part of the SecureDrop installation process, you will need to set up two factor authentication for both servers using the Google Authenticator app. | ||
|
||
Connect to the *Application Server* using `ssh` and run `google-authenticator`. Open the Google Authenticator app on your smartphone and follow the steps below for either iOS or Android. Repeat these steps for the *Monitor Server*. | ||
>>>>>>> 71defa9c4222d2f343017a3b5e9594866cdfefc4 | ||
|
||
**iOS instructions:** | ||
|
||
* Select the pencil in the top-right corner | ||
* Select the plus sign at the bottom to add a new entry | ||
* Select *Scan Barcode* | ||
* Scan the barcode using your phone's camera | ||
|
||
A new entry will automatically be added to the list. If you wish to edit this entry and give it a new name, do the following: | ||
|
||
* Select the pencil in the top-right corner | ||
* Select the pencil next to the entry you wish to edit | ||
* Select the checkmark in the top-right corner to save | ||
|
||
To complete the setup process, say `y` to each prompt presented by `google-authenticator`. | ||
|
||
**Android instructions:** | ||
|
||
* Select the menu bar in the top-right corner | ||
* Select *Set up account* | ||
* Select *Scan a barcode* | ||
* Scan the barcode using your phone's camera | ||
|
||
A new entry will automatically be added to the list. If you wish to edit this entry and give it a new name, do the following: | ||
|
||
* Highlight the entry with a long press | ||
* Select the pencil in the top-right corner | ||
* Edit the entry's name and press Save | ||
|
||
To complete the setup process, say `y` to each prompt presented by `google-authenticator`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.