mirror of https://git.jolheiser.com/dotnix.git
41 lines
713 B
Plaintext
41 lines
713 B
Plaintext
Host jolheiser
|
|
HostName jolheiser.com
|
|
User jolheiser
|
|
IdentityFile ~/.ssh/jolheiser
|
|
IdentitiesOnly yes
|
|
|
|
Host jojodev
|
|
HostName jojodev.com
|
|
User jolheiser
|
|
IdentityFile ~/.ssh/jojodev
|
|
IdentitiesOnly yes
|
|
|
|
Host git.jojodev.com
|
|
HostName git.jojodev.com
|
|
User git
|
|
IdentityFile ~/.ssh/github
|
|
IdentitiesOnly yes
|
|
|
|
Host github.com
|
|
HostName github.com
|
|
User git
|
|
IdentityFile ~/.ssh/github
|
|
IdentitiesOnly yes
|
|
|
|
Host gitea.com
|
|
HostName gitea.com
|
|
User git
|
|
IdentityFile ~/.ssh/github
|
|
IdentitiesOnly yes
|
|
|
|
Host codeberg.org
|
|
HostName codeberg.org
|
|
User git
|
|
IdentityFile ~/.ssh/github
|
|
IdentitiesOnly yes
|
|
|
|
Host ssh.dev.azure.com
|
|
HostName ssh.dev.azure.com
|
|
User git
|
|
IdentityFile ~/.ssh/ndlegis
|
|
IdentitiesOnly yes |