Skip to content

Instantly share code, notes, and snippets.

@groundwater
Created April 28, 2013 15:17
Show Gist options
  • Save groundwater/5477186 to your computer and use it in GitHub Desktop.
Save groundwater/5477186 to your computer and use it in GitHub Desktop.
SSH Config Files
# SSH Key Search Order
# ids/$HOST/$USER/id_XXX
IdentityFile ~/.ssh/ids/%h/%r/id_rsa
IdentityFile ~/.ssh/ids/%h/%r/id_dsa
# ids/$HOST/id_xxx
IdentityFile ~/.ssh/ids/%h/id_rsa
IdentityFile ~/.ssh/ids/%h/id_dsa
# Default
IdentityFile ~/.ssh/id_rsa
IdentityFile ~/.ssh/id_dsa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment