[openssh-commits] [openssh] branch V_8_9 updated: mention sntrup761x25519-sha512 in manpages

git+noreply at mindrot.org git+noreply at mindrot.org
Wed Aug 13 09:20:47 AEST 2025


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch V_8_9
in repository openssh.

The following commit(s) were added to refs/heads/V_8_9 by this push:
     new b738f18f4 mention sntrup761x25519-sha512 in manpages
b738f18f4 is described below

commit b738f18f4b26cbd92cd0dfcff960d5f2ee7c0f99
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 69132282b..751361945 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -1167,6 +1167,7 @@ The default is:
 .Bd -literal -offset indent
 curve25519-sha256,curve25519-sha256 at libssh.org,
 ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,
+sntrup761x25519-sha512,
 sntrup761x25519-sha512 at openssh.com,
 diffie-hellman-group-exchange-sha256,
 diffie-hellman-group16-sha512,
diff --git a/sshd_config.5 b/sshd_config.5
index 985f1ba5c..4adc13e9d 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -956,6 +956,8 @@ ecdh-sha2-nistp384
 .It
 ecdh-sha2-nistp521
 .It
+sntrup761x25519-sha512
+.It
 sntrup761x25519-sha512 at openssh.com
 .El
 .Pp
@@ -963,6 +965,7 @@ The default is:
 .Bd -literal -offset indent
 curve25519-sha256,curve25519-sha256 at libssh.org,
 ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,
+sntrup761x25519-sha512,
 sntrup761x25519-sha512 at openssh.com,
 diffie-hellman-group-exchange-sha256,
 diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list