From 9c09f62bbc84d45f462a02fcd608c22c0b3431dc Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Fri, 12 May 2023 11:08:30 +0300 Subject: [PATCH] No reason sntrup not to be preferred --- ssh/.ssh-config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ssh/.ssh-config b/ssh/.ssh-config index 2b6d9cc..90c7b69 100644 --- a/ssh/.ssh-config +++ b/ssh/.ssh-config @@ -6,9 +6,9 @@ VerifyHostKeyDNS ask Host * HostKeyAlgorithms ssh-ed25519-cert-v01@openssh.com,ssh-ed25519 - KexAlgorithms curve25519-sha256@libssh.org,curve25519-sha256,sntrup761x25519-sha512@openssh.com + KexAlgorithms sntrup761x25519-sha512@openssh.com,curve25519-sha256@libssh.org,curve25519-sha256 Ciphers chacha20-poly1305@openssh.com,aes256-ctr,aes128-ctr - MACs umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128@openssh.com,hmac-sha2-512,hmac-sha2-256 + MACs umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com ControlMaster auto ControlPath ~/.ssh/sockets/%r@%h-%p ControlPersist 60 -- 2.44.0