updated readme on aws to show how to pipe info into osx clipboard when using ssh-keygen
This commit is contained in:
parent
954d67fa32
commit
ef95ecfebc
1 changed files with 2 additions and 1 deletions
|
|
@ -147,8 +147,9 @@ replace it with:
|
|||
|
||||
ssh-keygen -y -f /path/to/myinstance.pem
|
||||
|
||||
2. copy the above results
|
||||
2. copy the above results. on osx this would look like:
|
||||
|
||||
ssh-keygen -y -f /path/to/myinstance.pem | pbcopy
|
||||
3. log in to the ubuntu instance using default ubuntu user
|
||||
|
||||
4. change users to the custom username
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue