dropbear 2016.73
[tomato.git] / release / src / router / dropbear / dropbearconvert.1
blobdd97ad49a16cab30532d45323ed3fe54e25b0f93
1 .TH dropbearconvert 1
2 .SH NAME
3 dropbearconvert \- convert between Dropbear and OpenSSH private key formats
4 .SH SYNOPSIS
5 .B dropbearconvert
6 .I input_type
7 .I output_type
8 .I input_file
9 .I output_file
10 .SH DESCRIPTION
11 .B Dropbear
12 and 
13 .B OpenSSH
14 SSH implementations have different private key formats.
15 .B dropbearconvert
16 can convert between the two.
18 Dropbear uses the same SSH public key format as OpenSSH, it can be extracted
19 from a private key by using
20 .B dropbearkey \-y
22 Encrypted private keys are not supported, use ssh-keygen(1) to decrypt them
23 first.
24 .SH ARGUMENTS
25 .TP
26 .I input_type
27 Either 
28 .I dropbear
29 or 
30 .I openssh
31 .TP
32 .I output_type
33 Either 
34 .I dropbear
35 or 
36 .I openssh
37 .TP
38 .I input_file
39 An existing Dropbear or OpenSSH private key file
40 .TP
41 .I output_file
42 The path to write the converted private key file. For client authentication ~/.ssh/id_dropbear is loaded by default
43 .SH EXAMPLE
44  # dropbearconvert openssh dropbear ~/.ssh/id_rsa ~/.ssh/id_dropbear
45 .SH AUTHOR
46 Matt Johnston (matt@ucc.asn.au).
47 .SH SEE ALSO
48  dropbearkey(1), ssh-keygen(1)
50 https://matt.ucc.asn.au/dropbear/dropbear.html