1dropbearconvert(1)          General Commands Manual         dropbearconvert(1)
2
3
4

NAME

6       dropbearconvert - convert between Dropbear and OpenSSH private key for‐
7       mats
8

SYNOPSIS

10       dropbearconvert input_type output_type input_file output_file
11

DESCRIPTION

13       Dropbear and OpenSSH SSH implementations  have  different  private  key
14       formats.  dropbearconvert can convert between the two.
15
16       Dropbear  uses the same SSH public key format as OpenSSH, it can be ex‐
17       tracted from a private key by using dropbearkey -y
18
19       Encrypted private keys are not supported, use ssh-keygen(1) to  decrypt
20       them first.
21

ARGUMENTS

23       input_type
24              Either dropbear or openssh
25
26       output_type
27              Either dropbear or openssh
28
29       input_file
30              An existing Dropbear or OpenSSH private key file
31
32       output_file
33              The path to write the converted private key file. For client au‐
34              thentication ~/.ssh/id_dropbear is loaded by default
35

SUPPORTED FORMATS

37       dropbearconvert can read OpenSSH format files,  and  older  PEM  format
38       files ( ssh-keygen -m PEM ).  dropbearconvert will write OpenSSH format
39       files, usable with OpenSSH 6.5 and later.  Reading OpenSSH  format  DSS
40       files or PKCS8 files is not currently supported.
41

EXAMPLE

43        # dropbearconvert openssh dropbear ~/.ssh/id_rsa ~/.ssh/id_dropbear
44

AUTHOR

46       Matt Johnston (matt@ucc.asn.au).
47

SEE ALSO

49        dropbearkey(1), ssh-keygen(1)
50
51       https://matt.ucc.asn.au/dropbear/dropbear.html
52
53
54
55                                                            dropbearconvert(1)
Impressum