From 9ff8dce80215d70419fbb32a07885c3c0ccdaef7 Mon Sep 17 00:00:00 2001 From: mwiegand Date: Tue, 9 Aug 2022 19:58:13 +0200 Subject: [PATCH] ssh multiplexing --- bundles/ssh/files/ssh_config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bundles/ssh/files/ssh_config b/bundles/ssh/files/ssh_config index ebf3812..b519cd0 100644 --- a/bundles/ssh/files/ssh_config +++ b/bundles/ssh/files/ssh_config @@ -4,3 +4,6 @@ Host * GSSAPIAuthentication yes StrictHostKeyChecking yes GlobalKnownHostsFile /etc/ssh/ssh_known_hosts + ControlMaster auto + ControlPath ~/.ssh/multiplex-%C + ControlPersist 5m