update ssh config to add hosts

This commit is contained in:
Guilherme Rugai Freire 2026-02-11 01:02:40 -03:00
parent 6a9892b0e9
commit b7405beb76
No known key found for this signature in database
GPG Key ID: DCFA7949937FB2CD

View File

@ -1 +1,9 @@
AddKeysToAgent yes AddKeysToAgent yes
Host github.com
IdentityFile ~/.ssh/github
PreferredAuthentications publickey
Host *sr.ht
IdentityFile ~/.ssh/srht
PreferredAuthentications publickey