Mercurial > dropbear
comparison dropbearkey.8 @ 128:a9dddd13c4ba
Added dropbear.8 and dropbearkey.8 back in
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 14 Sep 2004 15:26:50 +0000 |
parents | |
children | 1916df7df911 |
comparison
equal
deleted
inserted
replaced
126:4562a2f4d690 | 128:a9dddd13c4ba |
---|---|
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) | |
46 .P | |
47 http://matt.ucc.asn.au/dropbear/dropbear.html |