Skip to content

Commit

Permalink
[ssh]: Fix config ssh for bitbucket.org
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonmestevao committed Nov 14, 2022
1 parent 827cf7c commit 1aef714
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ssh/config
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,8 @@ Host epl
Host github.com
HostName github.com
IdentityFile ~/.ssh/id_ed25519

Host bitbucket.org
HostName bitbucket.org
User git
IdentityFile ~/.ssh/id_kelvin

0 comments on commit 1aef714

Please sign in to comment.