From f25f15608d0c6075e7e8a02e7c7b08ff89053a63 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Wed, 26 Jul 2023 14:21:06 -0400 Subject: [PATCH] [ssh] Should probably update ssh config --- ssh/.ssh/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ssh/.ssh/config b/ssh/.ssh/config index 0df9105..54fe118 100644 --- a/ssh/.ssh/config +++ b/ssh/.ssh/config @@ -16,7 +16,7 @@ Host github.com # Home Gitea account: Host code.unbl.ink git.service - Port 222 + Port 2222 User git IdentityFile ~/.ssh/2022_git PreferredAuthentications publickey @@ -24,7 +24,7 @@ Host code.unbl.ink git.service IdentitiesOnly yes Host gogs* - Port 222 + Port 2222 # Mailinabox uses root by default Host box.unbl.ink