]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
mention sntrup761x25519-sha512 in manpages V_9_0 anongit/V_9_0 github-selfhosted/V_9_0 github/V_9_0
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:17:44 +0000 (09:17 +1000)
Spotted by Colin Watson

ssh_config.5
sshd_config.5

index 59ff96465e1ce1fee39e9bb3cd4e491791b9df1a..53264102e6ce73c15a0337e876f4799fda53be56 100644 (file)
@@ -1165,6 +1165,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 3a4ffab7c5023a5e284c12a99ebf172af0c00868..ffece563cc392425afefdb751b083aab4ac70658 100644 (file)
@@ -956,11 +956,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,