Add personal git hosting config to #ssh
This commit is contained in:
@ -7,11 +7,11 @@ Host *
|
|||||||
AddKeysToAgent yes
|
AddKeysToAgent yes
|
||||||
IdentityFile ~/.ssh/1904_powellc
|
IdentityFile ~/.ssh/1904_powellc
|
||||||
|
|
||||||
# Work GitHub account:
|
# Home Gitea account:
|
||||||
Host work-github.com
|
Host git.unbl.ink
|
||||||
HostName github.com
|
Port 2200
|
||||||
User git
|
User git
|
||||||
IdentityFile ~/.ssh/id_ed25519_15five
|
IdentityFile ~/.ssh/1904_powellc
|
||||||
PreferredAuthentications publickey
|
PreferredAuthentications publickey
|
||||||
PasswordAuthentication no
|
PasswordAuthentication no
|
||||||
IdentitiesOnly yes
|
IdentitiesOnly yes
|
||||||
|
|||||||
Reference in New Issue
Block a user