dotfiles/private_dot_ssh/config

29 lines
489 B
Plaintext
Raw Normal View History

2024-06-06 10:01:11 +02:00
Host gitlab.com
User git
IdentityFile ~/.ssh/id_ed25519-work
Host *.intersport.de
User gitea
IdentityFile ~/.ssh/id_ed25519-work
2024-06-07 01:11:49 +02:00
AddKeysToAgent yes
Host git.beisel.it
User git
IdentityFile ~/.ssh/id_ed25519-private
Host *.beisel.it 95.216.116.5
IdentityFile ~/.ssh/id_ed25519-private
Host github-private
HostName github.com
User git
IdentityFile ~/.ssh/id_ed25519-private
Host github-work
HostName github.com
User git
IdentityFile ~/.ssh/id_ed25519-work