Files
dotfiles/private_dot_ssh/config
2024-06-07 01:11:49 +02:00

10 lines
157 B
Plaintext

Host git.beisel.it
User git
IdentityFile ~/.ssh/id_ed25519-private
Host gitlab.com
User git
IdentityFile ~/.ssh/id_ed25519-work
AddKeysToAgent yes