remove unused variable
[dropbear.git] / dropbearkey.8
blobb5745dd820c8c94fe6ee302947a2acffac8e99dc
1 .TH dropbearkey 8
2 .SH NAME
3 dropbearkey \- create private keys for the use with dropbear(8)
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
17 .I DSS
18 format SSH private key, and saves it to a file for the use with the
19 .BR dropbear (8)
20 SSH 2 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
31 .IR dss .
32 .TP
33 .B \-f \fIfile
34 Write the secret key to the file
35 .IR file .
36 .TP
37 .B \-s \fIbits
38 Set the key size to
39 .I bits
40 bits, should be multiple of 8 (optional).
41 .SH EXAMPLE
42  # dropbearkey -t rsa -f /etc/dropbear/dropbear_rsa_host_key
43 .SH AUTHOR
44 Matt Johnston (matt@ucc.asn.au).
45 .br
46 Gerrit Pape (pape@smarden.org) wrote this manual page.
47 .SH SEE ALSO
48 dropbear(8), dbclient(1)
50 http://matt.ucc.asn.au/dropbear/dropbear.html