Created
June 7, 2016 00:45
-
-
Save tdmalone/88bbc663e486a0de9140dc339277a474 to your computer and use it in GitHub Desktop.
Add this in ~/.ssh to use a custom SSH key for communicating with GitHub
This file contains 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 github.com | |
HostName github.com | |
IdentityFile ~/.ssh/github_rsa | |
IdentitiesOnly yes | |
User git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment