Last active
March 27, 2019 00:10
-
-
Save renderorange/8115166262f25a0704a798867f8c133e to your computer and use it in GitHub Desktop.
ssh config for authentication 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 | |
IdentityFile ~/.ssh/id_rsa | |
User git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the config file belongs within the .ssh directory, in the user's homedir
in most cases, the .ssh directory isn't going to exist by default