2020-05-01 16:47:38 +02:00
|
|
|
Include private_config # Inside ~/.ssh/
|
|
|
|
|
2020-09-11 12:15:29 +02:00
|
|
|
AddKeysToAgent yes
|
|
|
|
|
2020-05-01 16:47:38 +02:00
|
|
|
Host github.com
|
|
|
|
HostName github.com
|
|
|
|
IdentityFile ~/.ssh/shared_rsa
|
|
|
|
User git
|
|
|
|
|
|
|
|
Host gitlab.com
|
|
|
|
HostName gitlab.com
|
|
|
|
IdentityFile ~/.ssh/shared_rsa
|
|
|
|
User git
|
2020-12-12 13:42:42 +01:00
|
|
|
|
|
|
|
Host git.sr.ht
|
|
|
|
HostName git.sr.ht
|
|
|
|
IdentityFile ~/.ssh/shared_rsa
|
|
|
|
User git
|