From 2d287331681fbcd795aaed5548ee6a0f723832f0 Mon Sep 17 00:00:00 2001 From: Christoph Egger Date: Thu, 11 Feb 2016 16:51:43 +0100 Subject: [PATCH] Prefer Curve25519 key exchange --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index a57c600..0e21240 100644 --- a/config +++ b/config @@ -39,7 +39,7 @@ Host * 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 + KexAlgorithms curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256 HostKeyAlgorithms ssh-ed25519,ssh-rsa FingerprintHash sha256 Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes256-ctr -- 2.39.2