Skip to content

Instantly share code, notes, and snippets.

@victorboissiere
Created December 4, 2016 17:07
Show Gist options
  • Save victorboissiere/79e7b1fcc70123088068b6530727acce to your computer and use it in GitHub Desktop.
Save victorboissiere/79e7b1fcc70123088068b6530727acce to your computer and use it in GitHub Desktop.
Default config for ssh config file
Host github.com
HostName github.com
User git
IdentityFile ~/.ssh/github_rsa
AddKeysToAgent yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment