From 35bacf16847eacb499878f6c3b5d07578ce12491 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sat, 17 Mar 2018 13:20:35 +0100 Subject: ssh: Remove VerifyHostKeyDNS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Experienced some weird annoying slowdowns due to it.. Signed-off-by: Johannes Löthberg --- ssh/config | 1 - 1 file changed, 1 deletion(-) (limited to 'ssh') diff --git a/ssh/config b/ssh/config index d3c3666..a813252 100644 --- a/ssh/config +++ b/ssh/config @@ -30,7 +30,6 @@ Host * KexAlgorithms curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256 Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512,hmac-sha2-256,umac-128@openssh.com - VerifyHostKeyDNS yes ControlPath /run/user/%i/ssh.%r@%h:%p ControlMaster auto ControlPersist 30 -- cgit v1.2.3-54-g00ecf