Bauke/dotfiles
Bauke
/
dotfiles
Archived
1
Fork 0
This repository has been archived on 2025-09-03. You can view files and clone it, but cannot push or open issues or pull requests.
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