Created
February 3, 2018 19:30
-
-
Save raoulduke/7994b9341968ec48038885945a1e9366 to your computer and use it in GitHub Desktop.
SSH config for multiple GitHub accounts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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