dotfiles/.ssh/config
2026-02-11 01:02:40 -03:00

10 lines
179 B
Plaintext

AddKeysToAgent yes
Host github.com
IdentityFile ~/.ssh/github
PreferredAuthentications publickey
Host *sr.ht
IdentityFile ~/.ssh/srht
PreferredAuthentications publickey