Skip to content

Instantly share code, notes, and snippets.

@AlexKalinin
Created June 2, 2017 08:04
Show Gist options
  • Save AlexKalinin/6279b5e354438a96773cb1a2ae2e5da0 to your computer and use it in GitHub Desktop.
Save AlexKalinin/6279b5e354438a96773cb1a2ae2e5da0 to your computer and use it in GitHub Desktop.
$ cd ~/.ssh/
$ touch config
$ subl -a config
Then added
#activehacker account
Host github.com-activehacker
HostName github.com
User git
IdentityFile ~/.ssh/id_rsa_activehacker
#jexchan account
Host github.com-jexchan
HostName github.com
User git
IdentityFile ~/.ssh/id_rsa_jexchan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment