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

ssh_config.5
sshd_config.5

index 2931d807ebdd714b93adcf36de6f89ec50be537b..1a54fbc7e073a5c75350f7f58960d158d1db0d03 100644 (file)
@@ -1277,6 +1277,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 a0f16874f06590414ac7673be561fe7b1228372d..e4a0238d670c264ecf0731b7e855aebe82f64d8d 100644 (file)
@@ -1045,11 +1045,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,