From c15ec5ec3e1c9544f840a4647f1427bd8018c068 Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Mon, 17 Apr 2023 11:47:11 +0300 Subject: [PATCH] SSH: disable ControlMaster --- home/.ssh/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home/.ssh/config b/home/.ssh/config index 3ddaaa78..5abc93b9 100644 --- a/home/.ssh/config +++ b/home/.ssh/config @@ -3,9 +3,9 @@ Include ~/.ssh/rossum_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 korhonen.cc