[ADD][SSH] Add default key for SourceHut
This commit is contained in:
parent
cf779c41dc
commit
6629013d78
|
@ -11,3 +11,8 @@ Host gitlab.com
|
||||||
HostName gitlab.com
|
HostName gitlab.com
|
||||||
IdentityFile ~/.ssh/shared_rsa
|
IdentityFile ~/.ssh/shared_rsa
|
||||||
User git
|
User git
|
||||||
|
|
||||||
|
Host git.sr.ht
|
||||||
|
HostName git.sr.ht
|
||||||
|
IdentityFile ~/.ssh/shared_rsa
|
||||||
|
User git
|
||||||
|
|
Loading…
Reference in a new issue