comparison dropbearkey.8 @ 285:1b9e69c058d2

propagate from branch 'au.asn.ucc.matt.ltc.dropbear' (head 20dccfc09627970a312d77fb41dc2970b62689c3) to branch 'au.asn.ucc.matt.dropbear' (head fdf4a7a3b97ae5046139915de7e40399cceb2c01)
author Matt Johnston <matt@ucc.asn.au>
date Wed, 08 Mar 2006 13:23:58 +0000
parents 1916df7df911
children e30a962c09b9
comparison
equal deleted inserted replaced
281:997e6f7dc01e 285:1b9e69c058d2
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 type
15 .I rsa
16 or
17 .I dss
18 SSH private key, and saves it to a file for the use with the
19 .BR dropbear (8)
20 SSH 2 server.
21 .SH OPTIONS
22 .TP
23 .B \-t \fItype
24 Type of key to generate.
25 Must be one of
26 .I rsa
27 or
28 .IR dss .
29 .TP
30 .B \-f \fIfile
31 Write the secret key to the file
32 .IR file .
33 .TP
34 .B \-s \fIbits
35 Set the key size to
36 .I bits
37 bits, should be multiple of 8 (optional).
38 .SH EXAMPLE
39 # dropbearkey -t rsa -f /etc/dropbear/dropbear_rsa_host_key
40 .SH AUTHOR
41 Matt Johnston ([email protected]).
42 .br
43 Gerrit Pape ([email protected]) wrote this manual page.
44 .SH SEE ALSO
45 dropbear(8), dbclient(1)
46 .P
47 http://matt.ucc.asn.au/dropbear/dropbear.html