Created
October 29, 2012 15:12
-
-
Save aaronfeng/3974094 to your computer and use it in GitHub Desktop.
ssh config for ec2 - no more annoying host checking by defaut
This file contains 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
Host *.compute.amazonaws.com | |
IdentityFile ~/.ec2/your-key.pem | |
User root | |
StrictHostKeyChecking no | |
UserKnownHostsFile /dev/null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment