12 lines
216 B
Plaintext
12 lines
216 B
Plaintext
Host bitbucket.org
|
|
HostName bitbucket.org
|
|
IdentityFile ~/.ssh/id_rsa.bitbucket
|
|
Port 22
|
|
User git
|
|
|
|
Host github.com
|
|
HostName github.com
|
|
IdentityFile ~/.ssh/id_rsa.github
|
|
Port 22
|
|
User git
|