[ssh] Should probably update ssh config
This commit is contained in:
@ -16,7 +16,7 @@ Host github.com
|
|||||||
|
|
||||||
# Home Gitea account:
|
# Home Gitea account:
|
||||||
Host code.unbl.ink git.service
|
Host code.unbl.ink git.service
|
||||||
Port 222
|
Port 2222
|
||||||
User git
|
User git
|
||||||
IdentityFile ~/.ssh/2022_git
|
IdentityFile ~/.ssh/2022_git
|
||||||
PreferredAuthentications publickey
|
PreferredAuthentications publickey
|
||||||
@ -24,7 +24,7 @@ Host code.unbl.ink git.service
|
|||||||
IdentitiesOnly yes
|
IdentitiesOnly yes
|
||||||
|
|
||||||
Host gogs*
|
Host gogs*
|
||||||
Port 222
|
Port 2222
|
||||||
|
|
||||||
# Mailinabox uses root by default
|
# Mailinabox uses root by default
|
||||||
Host box.unbl.ink
|
Host box.unbl.ink
|
||||||
|
|||||||
Reference in New Issue
Block a user