summary refs log tree commit diff stats
path: root/.ssh
diff options
context:
space:
mode:
Diffstat (limited to '.ssh')
-rw-r--r--.ssh/config5
1 files changed, 5 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config
index ee46145..4058543 100644
--- a/.ssh/config
+++ b/.ssh/config
@@ -15,6 +15,11 @@ Host town
 Host team
     HostName tilde.team
 
+Host git.sr.ht
+    IdentitiesOnly yes
+    IdentityFile ~/.ssh/id_rsa_yubikey.pub
+    MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512,hmac-sha2-256,umac-128@openssh.com
+
 Host github.com
     IdentitiesOnly yes
     IdentityFile ~/.ssh/id_rsa_yubikey.pub