]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
mention sntrup761x25519-sha512 in manpages V_9_3 anongit/V_9_3 github-selfhosted/V_9_3 github/V_9_3
authorDamien Miller <djm@mindrot.org>
Tue, 12 Aug 2025 23:16:34 +0000 (09:16 +1000)
committerDamien Miller <djm@mindrot.org>
Tue, 12 Aug 2025 23:18:20 +0000 (09:18 +1000)
Spotted by Colin Watson

ssh_config.5
sshd_config.5

index c56b9d7be6708e042dc56a911c60314715f80e10..f382e94a4da7c364faad67d56d95307b024d5836 100644 (file)
@@ -1175,6 +1175,7 @@ character, then the specified algorithms will be placed at the head of the
 default set.
 The default is:
 .Bd -literal -offset indent
+sntrup761x25519-sha512,
 sntrup761x25519-sha512@openssh.com,
 curve25519-sha256,curve25519-sha256@libssh.org,
 ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,
index 9a1578f75e866314ceaac4f08109c3126009e136..0aaf2a8ab8e9e20b3f8993b711272f7315b4df32 100644 (file)
@@ -1037,11 +1037,14 @@ ecdh-sha2-nistp384
 .It
 ecdh-sha2-nistp521
 .It
+sntrup761x25519-sha512
+.It
 sntrup761x25519-sha512@openssh.com
 .El
 .Pp
 The default is:
 .Bd -literal -offset indent
+sntrup761x25519-sha512,
 sntrup761x25519-sha512@openssh.com,
 curve25519-sha256,curve25519-sha256@libssh.org,
 ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,