Skip to content

Instantly share code, notes, and snippets.

@danactive
Created September 19, 2017 22:59
Show Gist options
  • Save danactive/d5e47e1952732f9423fa1b153c329343 to your computer and use it in GitHub Desktop.
Save danactive/d5e47e1952732f9423fa1b153c329343 to your computer and use it in GitHub Desktop.
.ssh configuration for multiple ssh keys on Mac ~/.ssh/config
Host github.com
User git
HostName github.com
IdentityFile ~/.ssh/github_rsa
Host bitbucket.org
User git
HostName bitbucket.org
IdentityFile ~/.ssh/bitbucket_rsa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment