diff --git a/ssh/.ssh/config b/ssh/.ssh/config index 6d7e0a7..b4916d7 100644 --- a/ssh/.ssh/config +++ b/ssh/.ssh/config @@ -11,3 +11,8 @@ Host gitlab.com HostName gitlab.com IdentityFile ~/.ssh/shared_rsa User git + +Host git.sr.ht + HostName git.sr.ht + IdentityFile ~/.ssh/shared_rsa + User git