From 5ed55d6722ff291256653f5409c76d21df79dc7a Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 19 Feb 2025 09:27:35 +0300 Subject: [PATCH] More default-like preference --- ssh/.ssh-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssh/.ssh-config b/ssh/.ssh-config index 90c7b69..2c6603f 100644 --- a/ssh/.ssh-config +++ b/ssh/.ssh-config @@ -6,7 +6,7 @@ VerifyHostKeyDNS ask Host * HostKeyAlgorithms ssh-ed25519-cert-v01@openssh.com,ssh-ed25519 - KexAlgorithms sntrup761x25519-sha512@openssh.com,curve25519-sha256@libssh.org,curve25519-sha256 + KexAlgorithms sntrup761x25519-sha512,sntrup761x25519-sha512@openssh.com,curve25519-sha256,curve25519-sha256@libssh.org Ciphers chacha20-poly1305@openssh.com,aes256-ctr,aes128-ctr 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 -- 2.48.1