]> Sergey Matveev's repositories - dotfiles.git/commitdiff
No reason sntrup not to be preferred
authorSergey Matveev <stargrave@stargrave.org>
Fri, 12 May 2023 08:08:30 +0000 (11:08 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Fri, 12 May 2023 08:08:30 +0000 (11:08 +0300)
ssh/.ssh-config

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