From aa044a103dc613f26b99333ae4c723f54ce4e56e Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Tue, 1 Jul 2025 13:56:41 -0500 Subject: [PATCH] Re-enable controlmaster for ssh client --- home/.ssh/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home/.ssh/config b/home/.ssh/config index 8c6874a6..d7fdd8f4 100644 --- a/home/.ssh/config +++ b/home/.ssh/config @@ -3,9 +3,9 @@ Include ~/.ssh/netforecast_hosts host * IdentitiesOnly yes IdentityFile ~/.ssh/id_ed25519_yubikey.pub - #ControlMaster auto - #ControlPersist 10m - #ControlPath ~/.ssh/%r@%h:%p.socket + ControlMaster auto + ControlPersist 10m + ControlPath ~/.ssh/%r@%h:%p.socket host moria HostName home.korhonen.cc