From fb3c0dac4fbba8a5605418e8e6a61d6bd7e04ca5 Mon Sep 17 00:00:00 2001 From: nemunaire Date: Mon, 29 Jun 2015 14:22:17 +0200 Subject: [PATCH] [SSH] Use ControlMaster option --- .ssh/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.ssh/config b/.ssh/config index 256ac2d..ccef41b 100644 --- a/.ssh/config +++ b/.ssh/config @@ -3,6 +3,9 @@ Host * Compression yes ForwardAgent yes KexAlgorithms curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256 + ControlMaster auto + ControlPath /tmp/%r@%h:%p + ControlPersist 60 Host *.nemunai.re VerifyHostKeyDNS yes