From 851d5d4dd1b39fc172821375a9bce3580c5568bc Mon Sep 17 00:00:00 2001 From: afonsofrancof Date: Sat, 11 Mar 2023 20:51:42 +0000 Subject: [PATCH] [MINOR] 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