[ssh] Should probably update ssh config

This commit is contained in:
2023-07-26 14:21:06 -04:00
parent 1595cac9f4
commit f25f15608d

View File

@ -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