]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - config/ssh/ssh_config
SSH: Add sntrup761x25519-sha512@openssh.com key exchange to configurations
[ipfire-2.x.git] / config / ssh / ssh_config
index 2e2ee60c39e7f5ba68ea955077b046add2dbaa41..ee0954d5c92a4807ddf38b1b2cd2c9e4c7867c64 100644 (file)
@@ -9,7 +9,7 @@ Host *
         UseRoaming no
 
         # Only use secure crypto algorithms
-        KexAlgorithms curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256
+        KexAlgorithms sntrup761x25519-sha512@openssh.com,curve25519-sha256,curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256
         Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr
         MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512,hmac-sha2-256,umac-128@openssh.com