Skip to content

Instantly share code, notes, and snippets.

@Kyeongan
Created January 13, 2020 03:11
Show Gist options
  • Save Kyeongan/756e2e4df07ab98fbe0f28182a345c88 to your computer and use it in GitHub Desktop.
Save Kyeongan/756e2e4df07ab98fbe0f28182a345c88 to your computer and use it in GitHub Desktop.
ssh config
#This is my personal setting
#Github
Host github.com
HostName github.com
User git
IdentityFile ~/.ssh/id_rsa
#<CompanyName>
Host <CompanyName>
HostName bitbucket.org
User bb
IdentityFile ~/.ssh/<CompanyName>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment