Skip to content

Instantly share code, notes, and snippets.

@adriancb
Created January 24, 2013 16:39
Show Gist options
  • Save adriancb/4624752 to your computer and use it in GitHub Desktop.
Save adriancb/4624752 to your computer and use it in GitHub Desktop.
SSH Multi-Key
touch ~/.ssh/config
chmod 600 ~/.ssh/config
echo "IdentityFile ~/.ssh/id_rsa.work" >> ~/.ssh/config
echo "IdentityFile ~/.ssh/id_rsa.misc" >> ~/.ssh/config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment