Skip to content

Instantly share code, notes, and snippets.

@voronianski
Created March 30, 2013 13:53
Show Gist options
  • Save voronianski/5276769 to your computer and use it in GitHub Desktop.
Save voronianski/5276769 to your computer and use it in GitHub Desktop.
put this into ~/.ssh/config (create if no such file)
Host github.com
User git
Hostname ssh.github.com
PreferredAuthentications publickey
IdentityFile ~/.ssh/id_rsa
Port 443
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment