From 401b87d3ea638a33ec1755237cf2ed1901043860 Mon Sep 17 00:00:00 2001 From: Daniel Winzen Date: Mon, 6 May 2019 20:05:00 +0200 Subject: [PATCH] Add curve25519-sha256 to KexAlgorithms --- etc/ssh/sshd_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/ssh/sshd_config b/etc/ssh/sshd_config index 46bc7a0..ad22e86 100644 --- a/etc/ssh/sshd_config +++ b/etc/ssh/sshd_config @@ -98,7 +98,7 @@ AcceptEnv LANG LC_* Subsystem sftp internal-sftp # Hardened set of key exchange, cipher, and MAC algorithms, as per . -KexAlgorithms curve25519-sha256@libssh.org +KexAlgorithms curve25519-sha256,curve25519-sha256@libssh.org Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr MACs hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,umac-128-etm@openssh.com