Skip to content

Instantly share code, notes, and snippets.

@sechiro
Created May 4, 2013 05:19
Show Gist options
  • Save sechiro/5516308 to your computer and use it in GitHub Desktop.
Save sechiro/5516308 to your computer and use it in GitHub Desktop.
github ssh config
# .ssh Directory
if [ -w ~/.ssh ]; then
cat >> ~/.ssh/config <<EOL
Host github
HostName github.com
User git
IdentityFile ~/.ssh/id_rsa.github
EOL
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment