Rev 5 | Go to most recent revision | Details | 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-EXPORT-KEY 1 "Apr 19, 2002" lsh-export-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-export-key \- Converts an s-expression to the OpenSSH/SSH2 encoding format. |
||
20 | .SH SYNOPSIS |
||
21 | .B lsh-export-key |
||
22 | .RI [ options ] |
||
23 | .SH DESCRIPTION |
||
24 | \fBlsh-export-key\fP is a utility which reads an s-expression on stdin, |
||
25 | and writes the same s-expression to stdout, using the OpenSSH/SSH2 |
||
26 | encoding format. |
||
27 | .SH OPTIONS |
||
28 | These programs follow the usual GNU command line syntax, with long |
||
29 | options starting with two dashes (`-'). |
||
30 | A summary of options is included below. |
||
31 | .TP |
||
32 | .B \-c, \-\-comment=\fIcomment\fP |
||
33 | Adds \fIcomment\fP to output key as its comment |
||
34 | .TP |
||
35 | .B \-o, \-\-output\-file=\fIfilename\fP |
||
36 | Write output key to \fIfilename\fP, default is stdout |
||
37 | .TP |
||
38 | .B \-r, \-\-input\-file=\fIfilename\fP |
||
39 | Read input key from \fIfilename\fP, default is stdin |
||
40 | .TP |
||
41 | .B \-s, \-\-subject=\fIsubject\fP |
||
42 | Adds \fIsubject\fP to the output key as its subject |
||
43 | .TP |
||
44 | .B \-\-debug |
||
45 | Prints huge amounts of debug information |
||
46 | .TP |
||
47 | .B \-q, \-\-quiet |
||
48 | Suppress all warnings and diagnostic messages |
||
49 | .TP |
||
50 | .B \-\-trace |
||
51 | Detailed program trace |
||
52 | .TP |
||
53 | .B \-\-verbose |
||
54 | verbose diagnostic messages |
||
55 | .TP |
||
56 | .B \-i, \-\-input\-format=\fIformat\fP |
||
57 | Input is in the \fIformat\fP variant of s-expression syntax, \fIformat\fP must |
||
58 | be one of "transport", "canonical", "advanced" or "international" |
||
59 | .TP |
||
60 | .B \-?, \-\-help |
||
61 | Show summary of options |
||
62 | .TP |
||
63 | .B \-\-usage |
||
64 | Prints a short usage message |
||
65 | .TP |
||
66 | .B \-V, \-\-version |
||
67 | Prints the program version |
||
68 | .SH SEE ALSO |
||
69 | .BR lshc (1), |
||
70 | .BR lshd (8), |
||
71 | .BR sexp-conv (1), |
||
72 | .BR ssh-conv (1), |
||
73 | .BR lsh-decode-key (1). |
||
74 | .br |
||
75 | .SH AUTHOR |
||
76 | This manual page was written by Timshel Knoll <timshel@debian.org>, |
||
77 | for the Debian GNU/Linux system (but may be used by others). |