Skip to content

Instantly share code, notes, and snippets.

@thydel
Created January 3, 2017 11:10
Show Gist options
  • Save thydel/c11c148e3e5162823b14d3e2e13909df to your computer and use it in GitHub Desktop.
Save thydel/c11c148e3e5162823b14d3e2e13909df to your computer and use it in GitHub Desktop.
Use multiple github accounts
Host *.github.com
Hostname github.com
Host thydel.github.com
IdentityFile ~/.ssh/id_thydel
Host thyepi.github.com
IdentityFile ~/.ssh/id_thyepi
Host *.gist.github.com
Hostname gist.github.com
Host thydel.gist.github.com
IdentityFile ~/.ssh/id_thydel
Host thyepi.gist.github.com
IdentityFile ~/.ssh/id_thyepi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment