From b08d27f86fab4213a92c2f13e331710d8428c5cf Mon Sep 17 00:00:00 2001 From: Christoph Egger Date: Thu, 11 Feb 2016 16:47:22 +0100 Subject: [PATCH] Make ControlMaster actually work --- config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config b/config index 84bfc50..a57c600 100644 --- a/config +++ b/config @@ -36,6 +36,8 @@ Host * HashKnownHosts no ServerAliveInterval 300 ControlMaster auto + ControlPersist 30 + ControlPath ~/.ssh/master/%C MACs hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha2-512 KexAlgorithms diffie-hellman-group-exchange-sha256,curve25519-sha256@libssh.org HostKeyAlgorithms ssh-ed25519,ssh-rsa -- 2.39.2