We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 71c7347 + 0d070bf commit 541133dCopy full SHA for 541133d
roles/ssh_hardening/vars/main.yml
@@ -52,3 +52,9 @@ ssh_kex_85_default:
52
- sntrup761x25519-sha512@openssh.com
53
- curve25519-sha256@libssh.org
54
- diffie-hellman-group-exchange-sha256
55
+
56
+ssh_kex_99_default:
57
+ - mlkem768x25519-sha256
58
+ - sntrup761x25519-sha512@openssh.com
59
+ - curve25519-sha256@libssh.org
60
+ - diffie-hellman-group-exchange-sha256
0 commit comments