1
Fork 0
dotfiles/.ssh/config

12 lines
215 B
Plaintext

AddKeysToAgent yes
Host b3k-github
Hostname github.com
IdentityFile ~/.ssh/id_ed25519_b3k
IdentitiesOnly yes
Host b3k-sourcehut
Hostname git.sr.ht
IdentityFile ~/.ssh/id_ed25519_b3k
IdentitiesOnly yes