Skip to content

Instantly share code, notes, and snippets.

@viet-wego
Created April 10, 2018 03:38
Show Gist options
  • Save viet-wego/5262f398c6b03eb041c1d918f0eb256b to your computer and use it in GitHub Desktop.
Save viet-wego/5262f398c6b03eb041c1d918f0eb256b to your computer and use it in GitHub Desktop.
SSH config file ~/.ssh/config
Host github.com
HostName github.com
User git
IdentityFile ~/.ssh/viet_zm_mac
Host gitlab.com
HostName gitlab.com
User git
IdentityFile ~/.ssh/viet_zm_mac
Host bitbucket.org
HostName bitbucket.org
User git
IdentityFile ~/.ssh/viet_zm_mac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment