Created
December 17, 2011 17:26
-
-
Save mgreenly/1490808 to your computer and use it in GitHub Desktop.
$HOME/.ssh/config
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
# $HOME/.ssh/config | |
Host *compute-1.amazonaws.com | |
User ubuntu | |
StrictHostKeyChecking no | |
UserKnownHostsFile /dev/null | |
IdentityFile ~/.ssh/your-ec2-key | |
ServerAliveInterval 30 | |
ServerAliveCountMax 120 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment