Skip to content

Commit

Permalink
Add ssh config for 20nine
Browse files Browse the repository at this point in the history
  • Loading branch information
Ran4 committed Jun 3, 2024
1 parent 0863f68 commit 7c9fc73
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions ssh_config
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,22 @@ Host bitbucket.org
IdentityFile ~/.ssh/id_ed25519
# https://blog.developer.atlassian.com/different-ssh-keys-multiple-bitbucket-accounts/
# Add a new repo url like this:
# git clone git@bitbucket.org-violet:projectname/reponame.git
# git remote set-url origin git@bitbucket.org-violet:projectname/reponame.git
Host bitbucket.org-violet
HostName bitbucket.org
IdentityFile ~/.ssh/rasmusansinvioletai_id_ed25519
IdentitiesOnly yes
# https://blog.developer.atlassian.com/different-ssh-keys-multiple-bitbucket-accounts/
# Add a new repo url like this:
# git clone git@bitbucket.org-violet:projectname/reponame.git
# git remote set-url origin git@bitbucket.org-violet:projectname/reponame.git
Host bitbucket.org-20nine
HostName bitbucket.org
IdentityFile ~/.ssh/rasmus20nine_id_ed2519
IdentitiesOnly yes
# https://blog.developer.atlassian.com/different-ssh-keys-multiple-bitbucket-accounts/
# Add a new repo url like this:
# git remote set-url origin git@bitbucket.org-personal:projectname/reponame.git
Host bitbucket.org-personal
HostName bitbucket.org
Expand Down

0 comments on commit 7c9fc73

Please sign in to comment.