Last active
December 20, 2015 16:08
-
-
Save singingwolfboy/6158839 to your computer and use it in GitHub Desktop.
.ssh/config file example
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
Host github1 | |
User git | |
Hostname github.com | |
IdentityFile ~/.ssh/id_rsa_1 | |
Host github2 | |
User git | |
Hostname github.com | |
IdentityFile ~/.ssh/id_rsa_2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment