parent
286bcc0d49
commit
e92d83475c
|
@ -2,8 +2,34 @@ Host jolheiser
|
||||||
HostName jolheiser.com
|
HostName jolheiser.com
|
||||||
User jolheiser
|
User jolheiser
|
||||||
IdentityFile ~/.ssh/jolheiser
|
IdentityFile ~/.ssh/jolheiser
|
||||||
|
IdentitiesOnly yes
|
||||||
|
|
||||||
Host jojodev
|
Host jojodev
|
||||||
HostName jojodev.com
|
HostName jojodev.com
|
||||||
User jolheiser
|
User jolheiser
|
||||||
IdentityFile ~/.ssh/jojodev
|
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
|
Reference in New Issue