From 7261bc8d343a8b494347e2f205133d1e15b84b4e Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Mon, 12 Jan 2026 12:46:33 -0500 Subject: [PATCH] [ssh] Remove default ssh key from code.unbl.ink --- ssh/.ssh/config | 1 - 1 file changed, 1 deletion(-) diff --git a/ssh/.ssh/config b/ssh/.ssh/config index 28bf4a2..ea94ec8 100644 --- a/ssh/.ssh/config +++ b/ssh/.ssh/config @@ -24,7 +24,6 @@ Host github.com # Home Gitea account: Host code.unbl.ink git.service 192.168.40.83 gogs* User git - IdentityFile ~/.ssh/2024_git PreferredAuthentications publickey PasswordAuthentication no Port 222