Skip to content

Instantly share code, notes, and snippets.

@raoulduke
Created February 3, 2018 19:30
Show Gist options
  • Save raoulduke/7994b9341968ec48038885945a1e9366 to your computer and use it in GitHub Desktop.
Save raoulduke/7994b9341968ec48038885945a1e9366 to your computer and use it in GitHub Desktop.
SSH config for multiple GitHub accounts
# Work
Host github.com-work
HostName github.com
User git
IdentityFile ~/.ssh/id_rsa_work
# Personal
Host github.com-personal
HostName github.com
User git
IdentityFile ~/.ssh/id_rsa_personal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment