updated readme on aws to show how to pipe info into osx clipboard when using ssh-keygen

This commit is contained in:
Ronny Abraham 2018-10-10 13:35:29 +03:00
parent 954d67fa32
commit ef95ecfebc

View file

@ -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