Skip to content

Instantly share code, notes, and snippets.

@skorp
skorp / multi_ssh
Created October 17, 2018 08:09 — forked from oafridi/multi_ssh
Multiple git ssh keys for two bitbucket accounts
workid and personalid:
1. Edit the ~/.ssh/config file
Add an alias for each identity combination for example:
Host workid
HostName bitbucket.org
IdentityFile ~/.ssh/workdid
Host personalid
HostName bitbucket.org