comparison dropbearkey.1 @ 1196:a29559086628 coverity

merge
author Matt Johnston <matt@ucc.asn.au>
date Wed, 02 Dec 2015 22:37:51 +0800
parents 80cacacfec23
children 5c8913b7464c
comparison
equal deleted inserted replaced
1173:d734fe76b72f 1196:a29559086628
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 .I RSA 16 \fIRSA\fR, \fIDSS\fR, or \fIECDSA\fR
17 .I DSS,
18 or
19 .I ECDSA
20 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
21 Dropbear client or server. 18 Dropbear client or server.
22 Note that 19 Note that
23 some SSH implementations 20 some SSH implementations
24 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.
32 or 29 or
33 .IR dss . 30 .IR dss .
34 .TP 31 .TP
35 .B \-f \fIfile 32 .B \-f \fIfile
36 Write the secret key to the file 33 Write the secret key to the file
37 .IR file . For client authentication ~/.ssh/id_dropbear is loaded by default 34 \fIfile\fR. For client authentication ~/.ssh/id_dropbear is loaded by default
38 .TP 35 .TP
39 .B \-s \fIbits 36 .B \-s \fIbits
40 Set the key size to 37 Set the key size to
41 .I bits 38 .I bits
42 bits, should be multiple of 8 (optional). 39 bits, should be multiple of 8 (optional).