From 73024dd5d7f4e306870106a87e0d270e6afd5b12 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Wed, 13 Aug 2025 09:16:34 +1000 Subject: [PATCH] mention sntrup761x25519-sha512 in manpages Spotted by Colin Watson --- ssh_config.5 | 1 + sshd_config.5 | 3 +++ 2 files changed, 4 insertions(+) diff --git a/ssh_config.5 b/ssh_config.5 index c56b9d7be..f382e94a4 100644 --- a/ssh_config.5 +++ b/ssh_config.5 @@ -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, diff --git a/sshd_config.5 b/sshd_config.5 index 9a1578f75..0aaf2a8ab 100644 --- a/sshd_config.5 +++ b/sshd_config.5 @@ -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, -- 2.47.2