summaryrefslogtreecommitdiff
path: root/dropbearconvert.1
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2015-11-25 20:46:06 +0800
committerGuilhem Moulin <guilhem@fripost.org>2015-11-25 20:46:06 +0800
commit5a6a1bd9d16709a9f5cc0979dcbacf17ef36a4ab (patch)
treea3e52d4708b53c9ff4d88195bdf68b0f4003c09f /dropbearconvert.1
parent5fd4b64cb29c210d810d5053d3be1adc797c0526 (diff)
downloaddropbear-5a6a1bd9d16709a9f5cc0979dcbacf17ef36a4ab.tar.gz
Fix minor manpage formatting issues
Diffstat (limited to 'dropbearconvert.1')
-rw-r--r--dropbearconvert.110
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