Mercurial > dropbear
comparison dropbearkey.8 @ 391:00fcf5045160
propagate from branch 'au.asn.ucc.matt.ltc.dropbear' (head c1db4398d56c56c6d06ae1e20c1e0d04dbb598ed)
to branch 'au.asn.ucc.matt.dropbear' (head d26d5eb2837f46b56a33fb0e7573aa0201abd4d5)
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 11 Jan 2007 04:29:08 +0000 |
parents | 1916df7df911 |
children | e30a962c09b9 |
comparison
equal
deleted
inserted
replaced
390:d8e44bef7917 | 391:00fcf5045160 |
---|---|
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 |