dotfiles/private_dot_ssh/config

29 lines
489 B
Plaintext

Host gitlab.com
User git
IdentityFile ~/.ssh/id_ed25519-work
Host *.intersport.de
User gitea
IdentityFile ~/.ssh/id_ed25519-work
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