dotfiles/private_dot_ssh/config

10 lines
157 B
Plaintext
Raw Normal View History

2024-06-04 20:15:56 +02:00
Host git.beisel.it
User git
IdentityFile ~/.ssh/id_ed25519-private
2024-06-06 10:01:11 +02:00
Host gitlab.com
User git
IdentityFile ~/.ssh/id_ed25519-work
2024-06-07 01:11:49 +02:00
AddKeysToAgent yes