Skip to content

Instantly share code, notes, and snippets.

@marcinkuzminski
Last active October 11, 2015 19:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcinkuzminski/3905373 to your computer and use it in GitHub Desktop.
Save marcinkuzminski/3905373 to your computer and use it in GitHub Desktop.
Multiple SSH keys search
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