From: Sergey Matveev Date: Fri, 12 May 2023 08:08:30 +0000 (+0300) Subject: No reason sntrup not to be preferred X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=9c09f62bbc84d45f462a02fcd608c22c0b3431dc No reason sntrup not to be preferred --- 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