From 03221ba08f892f8afdcbf91486d861e7a1fba0ed 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