Skip to content

Instantly share code, notes, and snippets.

@xalvarez
Last active October 23, 2018 12:22
Show Gist options
  • Save xalvarez/076d99805ef9f3f33c47d5dae5f28c19 to your computer and use it in GitHub Desktop.
Save xalvarez/076d99805ef9f3f33c47d5dae5f28c19 to your computer and use it in GitHub Desktop.
Sample .ssh/config for GitHub
Host github.com
User git
HostName github.com
IdentityFile ~/.ssh/github
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment