]> Sergey Matveev's repositories - dotfiles.git/commitdiff
More default-like preference
authorSergey Matveev <stargrave@stargrave.org>
Wed, 19 Feb 2025 06:27:35 +0000 (09:27 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Wed, 19 Feb 2025 06:27:35 +0000 (09:27 +0300)
ssh/.ssh-config

index 90c7b698e3c2aa9da017162daeb8a47f4c89f924..2c6603f24c2ac52b09655acbce24643dd0d71578 100644 (file)
@@ -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