Last active
April 22, 2019 04:41
-
-
Save icve/070ef8bad8a6bd7f7772a9854bfa374d to your computer and use it in GitHub Desktop.
setup github .ssh/config
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 github.com | |
| Hostname github.com | |
| IdentityFile ~/.ssh/github_deploy.key | |
| IdentitiesOnly yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment