From 95c766c4814a1387a9876bb34cf493b45cb9b070 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Fri, 9 Jan 2026 00:29:06 +0900 Subject: modified .gnupg/sshcontrol, modified .ssh/config --- global/.ssh/config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'global/.ssh') diff --git a/global/.ssh/config b/global/.ssh/config index 0202208..bbeb10f 100644 --- a/global/.ssh/config +++ b/global/.ssh/config @@ -6,9 +6,11 @@ Host diary RequestTTY yes RemoteCommand cd /var/www/thesiah/diary && exec $SHELL -l -Host github.com +Host github + HostName github.com User git IdentityAgent ~/.gnupg/S.gpg-agent.ssh + IdentitiesOnly yes Host evcp HostName 3.36.92.165 -- cgit v1.2.3