GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
dropbearconvert(1) FreeBSD General Commands Manual dropbearconvert(1)

dropbearconvert - convert between Dropbear and OpenSSH private key formats

dropbearconvert input_type output_type input_file output_file

Dropbear 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.

input_type
Either dropbear or openssh
output_type
Either dropbear or openssh
input_file
An existing Dropbear or OpenSSH private key file
output_file
The path to write the converted private key file. For client authentication ~/.ssh/id_dropbear is loaded by default

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

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

dropbearkey(1), ssh-keygen(1)

https://matt.ucc.asn.au/dropbear/dropbear.html


Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.