From 7cdd5ce3ddc1d965f34f7c966f732bc8a51b322f Mon Sep 17 00:00:00 2001 From: afonsofrancof Date: Sun, 24 May 2026 19:56:45 +0100 Subject: [PATCH] feat(ssh): Remove obsolete keys --- .ssh/config | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.ssh/config b/.ssh/config index 9d4a45a..d04fde1 100644 --- a/.ssh/config +++ b/.ssh/config @@ -1,6 +1,5 @@ -IdentityFile ~/.ssh/touch_key +IdentityFile ~/.ssh/touchkey IdentityFile ~/.ssh/id_ed25519_sk -IdentityFile ~/.ssh/id_ed25519_sk_secondary ControlMaster auto ControlPath ~/.ssh/session.%r@%h:%p