Skip to content

Instantly share code, notes, and snippets.

@icve
Last active April 22, 2019 04:41
Show Gist options
  • Select an option

  • Save icve/070ef8bad8a6bd7f7772a9854bfa374d to your computer and use it in GitHub Desktop.

Select an option

Save icve/070ef8bad8a6bd7f7772a9854bfa374d to your computer and use it in GitHub Desktop.
setup github .ssh/config
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