# HG changeset patch # User Vladislav Grishenko # Date 1590413307 -18000 # Node ID 5c8913b7464cb66335f1a9058d910cffb54867f9 # Parent aeda68938596d026a86a7544aa2b9d59643b025b Mention Ed25519 in dropbearkey man (#94) diff -r aeda68938596 -r 5c8913b7464c dropbearkey.1 --- a/dropbearkey.1 Mon May 25 18:32:59 2020 +0530 +++ b/dropbearkey.1 Mon May 25 18:28:27 2020 +0500 @@ -13,7 +13,7 @@ .SH DESCRIPTION .B dropbearkey generates a -\fIRSA\fR, \fIDSS\fR, or \fIECDSA\fR +\fIRSA\fR, \fIDSS\fR, \fIECDSA\fR, or \fIEd25519\fR format SSH private key, and saves it to a file for the use with the Dropbear client or server. Note that @@ -26,6 +26,7 @@ Must be one of .I rsa .I ecdsa +.I ed25519 or .IR dss . .TP