Created
June 19, 2013 06:38
-
-
Save slav123/5812103 to your computer and use it in GitHub Desktop.
MC and PEM keys
This file contains hidden or 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
Put the following into ~/.ssh/config: | |
Host ec2.xxx.compute.amazonaws.com | |
User ec2-user | |
IdentityFile /path/to/the/my.pem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment