comparison dropbearkey.1 @ 1671:5c8913b7464c

Mention Ed25519 in dropbearkey man (#94)
author Vladislav Grishenko <themiron@users.noreply.github.com>
date Mon, 25 May 2020 18:28:27 +0500
parents 80cacacfec23
children
comparison
equal deleted inserted replaced
1670:aeda68938596 1671:5c8913b7464c
11 .IR bits ] 11 .IR bits ]
12 [\-y] 12 [\-y]
13 .SH DESCRIPTION 13 .SH DESCRIPTION
14 .B dropbearkey 14 .B dropbearkey
15 generates a 15 generates a
16 \fIRSA\fR, \fIDSS\fR, or \fIECDSA\fR 16 \fIRSA\fR, \fIDSS\fR, \fIECDSA\fR, or \fIEd25519\fR
17 format SSH private key, and saves it to a file for the use with the 17 format SSH private key, and saves it to a file for the use with the
18 Dropbear client or server. 18 Dropbear client or server.
19 Note that 19 Note that
20 some SSH implementations 20 some SSH implementations
21 use the term "DSA" rather than "DSS", they mean the same thing. 21 use the term "DSA" rather than "DSS", they mean the same thing.
24 .B \-t \fItype 24 .B \-t \fItype
25 Type of key to generate. 25 Type of key to generate.
26 Must be one of 26 Must be one of
27 .I rsa 27 .I rsa
28 .I ecdsa 28 .I ecdsa
29 .I ed25519
29 or 30 or
30 .IR dss . 31 .IR dss .
31 .TP 32 .TP
32 .B \-f \fIfile 33 .B \-f \fIfile
33 Write the secret key to the file 34 Write the secret key to the file