|
NAMEdropbearconvert - convert between Dropbear and OpenSSH private key formatsSYNOPSISdropbearconvert input_type output_type input_file output_fileDESCRIPTIONDropbear and OpenSSH SSH implementations have different private key formats. dropbearconvert can convert between the two.Dropbear uses the same SSH public key format as OpenSSH, it can be extracted from a private key by using dropbearkey -y Encrypted private keys are not supported, use ssh-keygen(1) to decrypt them first. ARGUMENTS
EXAMPLE# dropbearconvert openssh dropbear ~/.ssh/id_rsa ~/.ssh/id_dropbearAUTHORMatt Johnston (matt@ucc.asn.au).SEE ALSOdropbearkey(1), ssh-keygen(1)https://matt.ucc.asn.au/dropbear/dropbear.html Visit the GSP FreeBSD Man Page Interface. |