From cc3b07b50ed81f0c2bc996e5c2dee75194523af5 Mon Sep 17 00:00:00 2001 From: Wekuz Date: Fri, 10 Apr 2026 20:30:20 +0300 Subject: [PATCH] Use id_ed25519_git --- private_dot_ssh/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/private_dot_ssh/config b/private_dot_ssh/config index 000675d..b755eec 100644 --- a/private_dot_ssh/config +++ b/private_dot_ssh/config @@ -1,12 +1,12 @@ AddKeysToAgent yes Match host github.com user git - IdentityFile ~/.ssh/id_ed25519_github + IdentityFile ~/.ssh/id_ed25519_git IdentitiesOnly yes Match host git.wekuz.localplayer.dev user git Port 15837 - IdentityFile ~/.ssh/id_ed25519_github + IdentityFile ~/.ssh/id_ed25519_git IdentitiesOnly yes Match host 192.168.1.111 user wekuz