summary refs log tree commit diff stats
path: root/.ssh
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2020-06-20 21:19:33 -0400
committerBen Morrison <ben@gbmor.dev>2020-06-20 21:19:33 -0400
commit87e5f7329e43b96c52672d9f0ff2cbd78f5d5f86 (patch)
tree3acf46646eaa41627b39327f628cfc6efe20bf92 /.ssh
parent0f0cb21fd5e446fe469375cda57a61d8acdd1301 (diff)
downloaddogfiles-87e5f7329e43b96c52672d9f0ff2cbd78f5d5f86.tar.gz
added git.sr.ht to ssh config
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