mirror of
https://github.com/clearml/dropbear
synced 2025-05-04 04:04:55 +00:00
Mention Ed25519 in dropbearkey man (#94)
This commit is contained in:
parent
fb9a78c3ee
commit
91e537e427
@ -13,7 +13,7 @@ dropbearkey \- create private keys for the use with dropbear(8) or dbclient(1)
|
|||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.B dropbearkey
|
.B dropbearkey
|
||||||
generates a
|
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
|
format SSH private key, and saves it to a file for the use with the
|
||||||
Dropbear client or server.
|
Dropbear client or server.
|
||||||
Note that
|
Note that
|
||||||
@ -26,6 +26,7 @@ Type of key to generate.
|
|||||||
Must be one of
|
Must be one of
|
||||||
.I rsa
|
.I rsa
|
||||||
.I ecdsa
|
.I ecdsa
|
||||||
|
.I ed25519
|
||||||
or
|
or
|
||||||
.IR dss .
|
.IR dss .
|
||||||
.TP
|
.TP
|
||||||
|
Loading…
Reference in New Issue
Block a user