diff options
Diffstat (limited to 'dropbearconvert.1')
-rw-r--r-- | dropbearconvert.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dropbearconvert.1 b/dropbearconvert.1 index b2f34ef..dd97ad4 100644 --- a/dropbearconvert.1 +++ b/dropbearconvert.1 @@ -21,24 +21,24 @@ from a private key by using .P Encrypted private keys are not supported, use ssh-keygen(1) to decrypt them first. -.SH OPTIONS +.SH ARGUMENTS .TP -.B input type +.I input_type Either .I dropbear or .I openssh .TP -.B output type +.I output_type Either .I dropbear or .I openssh .TP -.B input file +.I input_file An existing Dropbear or OpenSSH private key file .TP -.B output file +.I output_file The path to write the converted private key file. For client authentication ~/.ssh/id_dropbear is loaded by default .SH EXAMPLE # dropbearconvert openssh dropbear ~/.ssh/id_rsa ~/.ssh/id_dropbear |