[openssh-commits] [openssh] branch V_9_0 updated: mention sntrup761x25519-sha512 in manpages
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Aug 13 09:20:48 AEST 2025
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch V_9_0
in repository openssh.
The following commit(s) were added to refs/heads/V_9_0 by this push:
new 73bd9c8b8 mention sntrup761x25519-sha512 in manpages
73bd9c8b8 is described below
commit 73bd9c8b81aa065830ffe9b00e8c2a8b2de20a6f
Author: Damien Miller <djm at mindrot.org>
AuthorDate: Wed Aug 13 09:16:34 2025 +1000
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 59ff96465..53264102e 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -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 at openssh.com,
curve25519-sha256,curve25519-sha256 at libssh.org,
ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,
diff --git a/sshd_config.5 b/sshd_config.5
index 3a4ffab7c..ffece563c 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -956,11 +956,14 @@ ecdh-sha2-nistp384
.It
ecdh-sha2-nistp521
.It
+sntrup761x25519-sha512
+.It
sntrup761x25519-sha512 at openssh.com
.El
.Pp
The default is:
.Bd -literal -offset indent
+sntrup761x25519-sha512,
sntrup761x25519-sha512 at openssh.com,
curve25519-sha256,curve25519-sha256 at libssh.org,
ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list