Changes
Page history
Update Documentation
authored
Sep 13, 2024
by
Roland Pabel
Show whitespace changes
Inline
Side-by-side
Documentation.md
View page @
b277fd33
...
...
@@ -73,6 +73,7 @@ When you log into ramses1, a verification request is automatically
pushed to your Duo App on your phone.
On your terminal you should see something like this:
```
rpabel2@soliton:~> ssh ramses1
Autopushing login request to phone...
Success. Logging you in...
...
...
@@ -80,6 +81,7 @@ Autopushing login request to phone...
Success. Logging you in...
[...]
rpabel2@ramses1:~>
```
Even though the message "Autopushing..." appears twice, only one push is
executed and only one verification is needed.
...
...
@@ -89,6 +91,7 @@ Do not use ramses2 or ramses3, they are for internal use only for now.
On ramses4, you can choose different Cisco Duo authenticators, if you have
configured any:
```
rpabel2@soliton:~> ssh ramses4
Duo two-factor login for rpabel2
...
...
@@ -97,11 +100,12 @@ Enter a passcode or select one of the following options:
1. Duo Push to Android
Passcode or option (1-1):
```
You can also enter here the 6-digit TOTP Passcode that is shown in the Duo
App. This code changes every 30 seconds.
PLEASE NOTE: Be carefull with scripted logins: Any login attempt with your SSH
*
PLEASE NOTE
*
: Be carefull with scripted logins: Any login attempt with your SSH
Key that triggers Duo Autopush is counted by Duo. If you don't respond in your
App, your account will be blocked after 10 attempts (and has to be unlocked by
an admin).
...
...
...
...