From 127fede353039bcbb9670270c3569404710542eb Mon Sep 17 00:00:00 2001 From: Ethan Simmons Date: Wed, 29 May 2024 16:36:22 -0500 Subject: [PATCH] Change port for gitea ssh --- hosts/ankaa/dotfiles/ssh/config | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/ankaa/dotfiles/ssh/config b/hosts/ankaa/dotfiles/ssh/config index 3546c56..da090cf 100644 --- a/hosts/ankaa/dotfiles/ssh/config +++ b/hosts/ankaa/dotfiles/ssh/config @@ -1,5 +1,6 @@ Host gitea HostName git.simmer505.com User git + Port 222 IdentityFile ~/.ssh/id_ed25519 IdentitiesOnly yes