diff options
author | Ben Morrison <ben@gbmor.dev> | 2020-06-20 21:19:33 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2020-06-20 21:19:33 -0400 |
commit | 87e5f7329e43b96c52672d9f0ff2cbd78f5d5f86 (patch) | |
tree | 3acf46646eaa41627b39327f628cfc6efe20bf92 /.ssh/config | |
parent | 0f0cb21fd5e446fe469375cda57a61d8acdd1301 (diff) | |
download | dogfiles-87e5f7329e43b96c52672d9f0ff2cbd78f5d5f86.tar.gz |
added git.sr.ht to ssh config
Diffstat (limited to '.ssh/config')
-rw-r--r-- | .ssh/config | 5 |
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 |