From d5b918d86f5211c2bd8a55e4774ac5bfe9f42a1b Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Tue, 10 Feb 2026 12:13:39 -0500 Subject: [PATCH] [ssh] Update url to code --- ssh/.ssh/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssh/.ssh/config b/ssh/.ssh/config index c6c19bf..a421b77 100644 --- a/ssh/.ssh/config +++ b/ssh/.ssh/config @@ -22,7 +22,7 @@ Host github.com IdentityFile none # Home Gitea account: -Host code.unbl.ink git.service 192.168.40.83 gogs* +Host code.lab.unbl.ink git.service 192.168.40.83 gogs* User git PreferredAuthentications publickey PasswordAuthentication no