comparison dropbearconvert.1 @ 1174:80cacacfec23

Fix minor manpage formatting issues
author Guilhem Moulin <guilhem@fripost.org>
date Wed, 25 Nov 2015 20:46:06 +0800
parents 295a08e9d07e
children 863f31b4cf3c
comparison
equal deleted inserted replaced
1172:a44747e5a05a 1174:80cacacfec23
19 from a private key by using 19 from a private key by using
20 .B dropbearkey \-y 20 .B dropbearkey \-y
21 .P 21 .P
22 Encrypted private keys are not supported, use ssh-keygen(1) to decrypt them 22 Encrypted private keys are not supported, use ssh-keygen(1) to decrypt them
23 first. 23 first.
24 .SH OPTIONS 24 .SH ARGUMENTS
25 .TP 25 .TP
26 .B input type 26 .I input_type
27 Either 27 Either
28 .I dropbear 28 .I dropbear
29 or 29 or
30 .I openssh 30 .I openssh
31 .TP 31 .TP
32 .B output type 32 .I output_type
33 Either 33 Either
34 .I dropbear 34 .I dropbear
35 or 35 or
36 .I openssh 36 .I openssh
37 .TP 37 .TP
38 .B input file 38 .I input_file
39 An existing Dropbear or OpenSSH private key file 39 An existing Dropbear or OpenSSH private key file
40 .TP 40 .TP
41 .B output file 41 .I output_file
42 The path to write the converted private key file. For client authentication ~/.ssh/id_dropbear is loaded by default 42 The path to write the converted private key file. For client authentication ~/.ssh/id_dropbear is loaded by default
43 .SH EXAMPLE 43 .SH EXAMPLE
44 # dropbearconvert openssh dropbear ~/.ssh/id_rsa ~/.ssh/id_dropbear 44 # dropbearconvert openssh dropbear ~/.ssh/id_rsa ~/.ssh/id_dropbear
45 .SH AUTHOR 45 .SH AUTHOR
46 Matt Johnston ([email protected]). 46 Matt Johnston ([email protected]).