diff options
author | Vladislav Grishenko <themiron@users.noreply.github.com> | 2020-05-25 18:28:27 +0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-25 21:28:27 +0800 |
commit | 91e537e4275a1e0b265074bc73072cc508e18846 (patch) | |
tree | 79c5019d44855750b628eacf40bc7f483697ebd5 | |
parent | fb9a78c3eea26ec29aa407adce1bbafeb9233387 (diff) |
Mention Ed25519 in dropbearkey man (#94)
-rw-r--r-- | dropbearkey.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dropbearkey.1 b/dropbearkey.1 index 9bc4ed9..d6860ea 100644 --- a/dropbearkey.1 +++ b/dropbearkey.1 @@ -13,7 +13,7 @@ dropbearkey \- create private keys for the use with dropbear(8) or dbclient(1) .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 @@ Type of key to generate. Must be one of .I rsa .I ecdsa +.I ed25519 or .IR dss . .TP |