dropbear: update to 2013.62
[tomato.git] / release / src / router / dropbear / dropbearkey.1
blob207a6fef87fbba08446fe898d997f2dec8fdc7c3
1 .TH dropbearkey 1
2 .SH NAME
3 dropbearkey \- create private keys for the use with dropbear(8) or dbclient(1)
4 .SH SYNOPSIS
5 .B dropbearkey
6 \-t
7 .I type
8 \-f
9 .I file
10 [\-s
11 .IR bits ]
12 .SH DESCRIPTION
13 .B dropbearkey
14 generates a
15 .I RSA 
16 .I DSS,
18 .I ECDSA
19 format SSH private key, and saves it to a file for the use with the
20 Dropbear client or server.
21 Note that 
22 some SSH implementations
23 use the term "DSA" rather than "DSS", they mean the same thing.
24 .SH OPTIONS
25 .TP
26 .B \-t \fItype
27 Type of key to generate.
28 Must be one of
29 .I rsa
30 .I ecdsa
32 .IR dss .
33 .TP
34 .B \-f \fIfile
35 Write the secret key to the file
36 .IR file .
37 .TP
38 .B \-s \fIbits
39 Set the key size to
40 .I bits
41 bits, should be multiple of 8 (optional). 
42 .SH NOTES
43 The program dropbearconvert(1) can be used to convert between Dropbear and OpenSSH key formats.
45 Dropbear does not support encrypted keys. 
46 .SH EXAMPLE
47  # dropbearkey -t rsa -f /etc/dropbear/dropbear_rsa_host_key
48 .SH AUTHOR
49 Matt Johnston (matt@ucc.asn.au).
50 .br
51 Gerrit Pape (pape@smarden.org) wrote this manual page.
52 .SH SEE ALSO
53 dropbear(8), dbclient(1), dropbearconvert(1)
55 https://matt.ucc.asn.au/dropbear/dropbear.html