From cf8fc32ecc15ff5a94a7be2a3f2cc0abc96481ea Mon Sep 17 00:00:00 2001 From: afranco Date: Sat, 11 Mar 2023 20:51:42 +0000 Subject: [PATCH] chore: changed .ssh/config to use the new keys --- .ssh/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.ssh/config b/.ssh/config index ca7521e..555e099 100644 --- a/.ssh/config +++ b/.ssh/config @@ -1,7 +1,7 @@ -IdentityFile ~/.ssh/id_ecdsa_sk -IdentityFile ~/.ssh/id_ecdsa_sk_backup +IdentityFile ~/.ssh/id_ed25519_sk +IdentityFile ~/.ssh/id_ed25519_sk_secondary Host git.olympuslab.net github.com ControlMaster auto ControlPath ~/.ssh/session.%r@%h:%p - ControlPersist 1d + ControlPersist 5m