comparison dropbearkey.1 @ 1739:13d834efc376 fuzz

merge from main
author Matt Johnston <matt@ucc.asn.au>
date Thu, 15 Oct 2020 19:55:15 +0800
parents 5c8913b7464c
children
comparison
equal deleted inserted replaced
1562:768ebf737aa0 1739:13d834efc376
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