Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2 | magnus | 1 | .\" Hey, EMACS: -*- nroff -*- |
2 | .\" First parameter, NAME, should be all caps |
||
3 | .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection |
||
4 | .\" other parameters are allowed: see man(7), man(1) |
||
5 | .TH LSH-DECODE-KEY 1 "Apr 19, 2002" lsh-decode-key "lsh manuals" |
||
6 | .\" Please adjust this date whenever revising the manpage. |
||
7 | .\" |
||
8 | .\" Some roff macros, for reference: |
||
9 | .\" .nh disable hyphenation |
||
10 | .\" .hy enable hyphenation |
||
11 | .\" .ad l left justify |
||
12 | .\" .ad b justify to both left and right margins |
||
13 | .\" .nf disable filling |
||
14 | .\" .fi enable filling |
||
15 | .\" .br insert line break |
||
16 | .\" .sp <n> insert n+1 empty lines |
||
17 | .\" for manpage-specific macros, see man(7) |
||
18 | .SH NAME |
||
19 | lsh-decode-key \- Converts a raw OpenSSH/ssh2 public key into sexp format |
||
20 | .SH SYNOPSIS |
||
21 | .B lsh-decode-key |
||
22 | .RI [ options ] |
||
23 | .SH DESCRIPTION |
||
24 | This manual page documents briefly the |
||
25 | .B lsh-decode-key |
||
26 | command. |
||
27 | This manual page was written for the Debian GNU/Linux distribution |
||
28 | because the original program does not have a manual page. |
||
29 | Instead, it has documentation in the GNU Info format; see below. |
||
30 | .PP |
||
31 | \fBlsh-decode-key\fP is a program that converts an OpenSSH or SSH2 key |
||
32 | to sexp format, which is used by lsh. |
||
33 | .SH OPTIONS |
||
34 | This program follows the usual GNU command line syntax, with long |
||
35 | options starting with two dashes (`-'). |
||
36 | A summary of options is included below. |
||
37 | For a complete description, see the Info files. |
||
38 | .TP |
||
39 | .B \-b, \-\-base64 |
||
40 | Input is base64 encoded. |
||
41 | .TP |
||
42 | .B \-o, \-\-output\-file=\fIfilename\fP |
||
43 | Write the output key to \fIfilename\fP. The default is to write it to stdout. |
||
44 | .TP |
||
45 | .B \-f, \-\-output\-format=\fIformat\fP |
||
46 | Write output key in \fIformat\fP sexp output format. \fIformat\fP must be one |
||
47 | of "transport", "canonical", "advanced" or "international". |
||
48 | .TP |
||
49 | .B \-\-debug |
||
50 | Print heaps of debug information. |
||
51 | .TP |
||
52 | .B \-q, \-\-quiet |
||
53 | Suppress all warning and diagnostic messages. |
||
54 | .TP |
||
55 | .B \-\-trace |
||
56 | Detailed program trace. |
||
57 | .TP |
||
58 | .B \-v, \-\-verbose |
||
59 | Print verbose diagnostic messages. |
||
60 | .TP |
||
61 | .B \-?, \-\-help |
||
62 | Show summary of options. |
||
63 | .TP |
||
64 | .B \-\-usage |
||
65 | Print a short usage message. |
||
66 | .TP |
||
67 | .B \-V, \-\-version |
||
68 | Show version of program. |
||
69 | .SH SEE ALSO |
||
70 | .BR lshc (1), |
||
71 | .BR lshd (1), |
||
72 | .BR sexp-conv (1), |
||
73 | .BR ssh-conv (1) |
||
74 | .BR lsh-export-key (1). |
||
75 | .br |
||
76 | .SH AUTHOR |
||
77 | This manual page was written by Timshel Knoll <timshel@debian.org>, |
||
78 | for the Debian GNU/Linux system (but may be used by others). |