[openssh-commits] [openssh] branch master updated: upstream: more missing mldsa44-ed25519, based on GHPR696 from Loganaden
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Jul 1 11:16:21 AEST 2026
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
The following commit(s) were added to refs/heads/master by this push:
new 654e1a3e5 upstream: more missing mldsa44-ed25519, based on GHPR696 from Loganaden
654e1a3e5 is described below
commit 654e1a3e5b58029b05f1df0308e7e4d4407b37c2
Author: djm at openbsd.org <djm at openbsd.org>
AuthorDate: Wed Jul 1 01:14:39 2026 +0000
upstream: more missing mldsa44-ed25519, based on GHPR696 from Loganaden
Velvindron
OpenBSD-Commit-ID: f32e17df54fa66b0e936f1aeb3963f949e4a9bb8
---
ssh-keygen.1 | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)
diff --git a/ssh-keygen.1 b/ssh-keygen.1
index c5f3f7410..33f78fe39 100644
--- a/ssh-keygen.1
+++ b/ssh-keygen.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ssh-keygen.1,v 1.237 2025/12/22 01:49:03 djm Exp $
+.\" $OpenBSD: ssh-keygen.1,v 1.238 2026/07/01 01:14:39 djm Exp $
.\"
.\" Author: Tatu Ylonen <ylo at cs.hut.fi>
.\" Copyright (c) 1995 Tatu Ylonen <ylo at cs.hut.fi>, Espoo, Finland
@@ -35,7 +35,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: December 22 2025 $
+.Dd $Mdocdate: July 1 2026 $
.Dt SSH-KEYGEN 1
.Os
.Sh NAME
@@ -51,7 +51,7 @@
.Op Fl m Ar format
.Op Fl N Ar new_passphrase
.Op Fl O Ar option
-.Op Fl t Cm ecdsa | ecdsa-sk | ed25519 | ed25519-sk | rsa
+.Op Fl t Cm ecdsa | ecdsa-sk | ed25519 | ed25519-sk | mldsa44-ed25519 | rsa
.Op Fl w Ar provider
.Op Fl Z Ar cipher
.Nm ssh-keygen
@@ -208,7 +208,8 @@ key in
.Pa ~/.ssh/id_ecdsa ,
.Pa ~/.ssh/id_ecdsa_sk ,
.Pa ~/.ssh/id_ed25519 ,
-.Pa ~/.ssh/id_ed25519_sk
+.Pa ~/.ssh/id_ed25519_sk ,
+.Pa ~/.ssh/id_mldsa44-ed25519
or
.Pa ~/.ssh/id_rsa .
Additionally, the system administrator may use this to generate host keys,
@@ -270,7 +271,7 @@ should be placed to be activated.
The options are as follows:
.Bl -tag -width Ds
.It Fl A
-Generate host keys of all default key types (rsa, ecdsa, and
+Generate host keys of all default key types (rsa, ecdsa, mldsa44-ed25519 and
ed25519) if they do not already exist.
The host keys are generated with the default key file path,
an empty passphrase, default bits for the key type, and default comment.
@@ -576,13 +577,14 @@ by key ID or serial number.
See the
.Sx KEY REVOCATION LISTS
section for details.
-.It Fl t Cm ecdsa | ecdsa-sk | ed25519 | ed25519-sk | rsa
+.It Fl t Cm ecdsa | ecdsa-sk | ed25519 | ed25519-sk | mldsa44-ed25519 | rsa
Specifies the type of key to create.
The possible values are
.Dq ecdsa ,
.Dq ecdsa-sk ,
.Dq ed25519 (the default),
.Dq ed25519-sk ,
+.Dq mldsa44-ed25519
or
.Dq rsa .
.Pp
@@ -1299,6 +1301,7 @@ the built-in USB HID support.
.It Pa ~/.ssh/id_ecdsa_sk
.It Pa ~/.ssh/id_ed25519
.It Pa ~/.ssh/id_ed25519_sk
+.It Pa ~/.ssh/id_mldsa44-ed25519
.It Pa ~/.ssh/id_rsa
Contains the ECDSA, authenticator-hosted ECDSA, Ed25519,
authenticator-hosted Ed25519 or RSA authentication identity of the user.
@@ -1316,6 +1319,7 @@ will read this file when a login attempt is made.
.It Pa ~/.ssh/id_ecdsa_sk.pub
.It Pa ~/.ssh/id_ed25519.pub
.It Pa ~/.ssh/id_ed25519_sk.pub
+.It Pa ~/.ssh/id_mldsa44-ed25519.pub
.It Pa ~/.ssh/id_rsa.pub
Contains the ECDSA, authenticator-hosted ECDSA, Ed25519,
authenticator-hosted Ed25519 or RSA public key for authentication.
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list