Skip to content

Commit

Permalink
Fix ssh command in example (#5209)
Browse files Browse the repository at this point in the history
  • Loading branch information
fhemberger authored and jefferai committed Aug 28, 2018
1 parent bcaff38 commit dac2b86
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ key_type otp
### Establish an SSH session

```text
$ ssh username@localhost
$ ssh username@x.x.x.x
Password: <Enter OTP>
username@ip:~$
username@x.x.x.x:~$
```

### Automate it!
Expand Down

0 comments on commit dac2b86

Please sign in to comment.