Skip to content

Instantly share code, notes, and snippets.

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 kevinhooke/fc53d4e9bee43398ce5325cb63de9e6d to your computer and use it in GitHub Desktop.
Save kevinhooke/fc53d4e9bee43398ce5325cb63de9e6d to your computer and use it in GitHub Desktop.
~/.ssh/config - use to configure which ssh key is used with which git repo host
host hostname.com
user youruserid
identityfile ~/.ssh/which-private-rsa-key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment