Skip to content

Instantly share code, notes, and snippets.

@aaronfeng
Created October 29, 2012 15:12
Show Gist options
  • Save aaronfeng/3974094 to your computer and use it in GitHub Desktop.
Save aaronfeng/3974094 to your computer and use it in GitHub Desktop.
ssh config for ec2 - no more annoying host checking by defaut
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