From 2712d212b6ad4441cb0bc102705c04442eba5ca1 Mon Sep 17 00:00:00 2001 From: cronekorkn <git@ckn.li> Date: Thu, 15 Sep 2022 00:31:31 +0200 Subject: [PATCH] multiplex prevents backup server from sleeping --- bundles/ssh/files/ssh_config | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bundles/ssh/files/ssh_config b/bundles/ssh/files/ssh_config index b519cd0..30cb19b 100644 --- a/bundles/ssh/files/ssh_config +++ b/bundles/ssh/files/ssh_config @@ -4,6 +4,7 @@ Host * GSSAPIAuthentication yes StrictHostKeyChecking yes GlobalKnownHostsFile /etc/ssh/ssh_known_hosts - ControlMaster auto - ControlPath ~/.ssh/multiplex-%C - ControlPersist 5m + # fixme: prevents backup server from sleeping + # ControlMaster auto + # ControlPath ~/.ssh/multiplex-%C + # ControlPersist 5m