From 0dc317e3b7b3dfcfc8ef20fdd2b8bef0cac22e99 Mon Sep 17 00:00:00 2001 From: afranco Date: Thu, 22 Feb 2024 11:40:12 +0000 Subject: [PATCH] chore(SSH): changed persist config --- .ssh/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ssh/config b/.ssh/config index a00b423..9d2a315 100644 --- a/.ssh/config +++ b/.ssh/config @@ -14,7 +14,7 @@ Host gh User git Port 22 ControlPath ~/.ssh/session.%r@%h:%p - ControlPersist 5m + ControlPersist 10m IdentityFile ~/.ssh/id_ed25519_sk IdentityFile ~/.ssh/id_ed25519_sk_secondary