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

ssh_config.5
sshd_config.5

index ab8d1021d6cb7df9a49277f81196718cba49d49b..c1df23d3b544fc6194b0e0395f9576ca0e174cca 100644 (file)
@@ -1197,6 +1197,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 7e1a56cd0e647678de0d770a9e0ffdeeb48562d8..7b211038e2c60f9561189c367ce9a967dfa94052 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,