From b0b2ffc034bb944f37fb03817b0caf6b4c70b055 Mon Sep 17 00:00:00 2001 From: DenebTM <deneb@screee.ee> Date: Fri, 10 Jan 2025 14:11:19 +0100 Subject: [PATCH] increase ssh control master timeoout --- dotssh/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotssh/config b/dotssh/config index 335a863..ea27abf 100644 --- a/dotssh/config +++ b/dotssh/config @@ -3,7 +3,7 @@ Host * ControlMaster auto - ControlPersist 120s + ControlPersist 1h ControlPath /run/user/%i/ssh_%r@%h:%p Include hosts