Skip to content

Instantly share code, notes, and snippets.

@tekkub
Created January 19, 2010 23:16
Show Gist options
  • Select an option

  • Save tekkub/281414 to your computer and use it in GitHub Desktop.

Select an option

Save tekkub/281414 to your computer and use it in GitHub Desktop.
# Default GitHub user (joe)
Host github.com
HostName github.com
User git
IdentityFile /Users/joe/.ssh/id_rsa
# Client user (client)
Host github-client
HostName github.com
User git
IdentityFile /Users/joe/.ssh/id_rsa_client
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment