Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 2 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 17
1
.\"                                      Hey, EMACS: -*- nroff -*-
1
.\"                                      Hey, EMACS: -*- nroff -*-
2
.\" First parameter, NAME, should be all caps
2
.\" First parameter, NAME, should be all caps
3
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
3
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
4
.\" other parameters are allowed: see man(7), man(1)
4
.\" other parameters are allowed: see man(7), man(1)
5
.TH LSH-EXPORT-KEY 1 "Apr 19, 2002" lsh-export-key "lsh manuals"
5
.TH LSH-EXPORT-KEY 1 "Apr 19, 2002" lsh-export-key "lsh manuals"
6
.\" Please adjust this date whenever revising the manpage.
6
.\" Please adjust this date whenever revising the manpage.
7
.\"
7
.\"
8
.\" Some roff macros, for reference:
8
.\" Some roff macros, for reference:
9
.\" .nh        disable hyphenation
9
.\" .nh        disable hyphenation
10
.\" .hy        enable hyphenation
10
.\" .hy        enable hyphenation
11
.\" .ad l      left justify
11
.\" .ad l      left justify
12
.\" .ad b      justify to both left and right margins
12
.\" .ad b      justify to both left and right margins
13
.\" .nf        disable filling
13
.\" .nf        disable filling
14
.\" .fi        enable filling
14
.\" .fi        enable filling
15
.\" .br        insert line break
15
.\" .br        insert line break
16
.\" .sp <n>    insert n+1 empty lines
16
.\" .sp <n>    insert n+1 empty lines
17
.\" for manpage-specific macros, see man(7)
17
.\" for manpage-specific macros, see man(7)
18
.SH NAME
18
.SH NAME
19
lsh-export-key \- Converts an s-expression to the OpenSSH/SSH2 encoding format.
19
lsh-export-key \- Converts an s-expression to the OpenSSH/SSH2 encoding format.
20
.SH SYNOPSIS
20
.SH SYNOPSIS
21
.B lsh-export-key
21
.B lsh-export-key
22
.RI [ options ]
22
.RI [ options ]
23
.SH DESCRIPTION
23
.SH DESCRIPTION
24
\fBlsh-export-key\fP is a utility which reads an s-expression on stdin,
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
25
and writes the same s-expression to stdout, using the OpenSSH/SSH2
26
encoding format.
26
encoding format.
27
.SH OPTIONS
27
.SH OPTIONS
28
These programs follow the usual GNU command line syntax, with long
28
These programs follow the usual GNU command line syntax, with long
29
options starting with two dashes (`-').
29
options starting with two dashes (`-').
30
A summary of options is included below.
30
A summary of options is included below.
31
.TP
31
.TP
32
.B \-c, \-\-comment=\fIcomment\fP
32
.B \-c, \-\-comment=\fIcomment\fP
33
Adds \fIcomment\fP to output key as its comment
33
Adds \fIcomment\fP to output key as its comment
34
.TP
34
.TP
35
.B \-o, \-\-output\-file=\fIfilename\fP
35
.B \-o, \-\-output\-file=\fIfilename\fP
36
Write output key to \fIfilename\fP, default is stdout
36
Write output key to \fIfilename\fP, default is stdout
37
.TP
37
.TP
38
.B \-r, \-\-input\-file=\fIfilename\fP
38
.B \-r, \-\-input\-file=\fIfilename\fP
39
Read input key from \fIfilename\fP, default is stdin
39
Read input key from \fIfilename\fP, default is stdin
40
.TP
40
.TP
41
.B \-s, \-\-subject=\fIsubject\fP
41
.B \-s, \-\-subject=\fIsubject\fP
42
Adds \fIsubject\fP to the output key as its subject
42
Adds \fIsubject\fP to the output key as its subject
43
.TP
43
.TP
44
.B \-\-debug
44
.B \-\-debug
45
Prints huge amounts of debug information
45
Prints huge amounts of debug information
46
.TP
46
.TP
47
.B \-q, \-\-quiet
47
.B \-q, \-\-quiet
48
Suppress all warnings and diagnostic messages
48
Suppress all warnings and diagnostic messages
49
.TP
49
.TP
50
.B \-\-trace
50
.B \-\-trace
51
Detailed program trace
51
Detailed program trace
52
.TP
52
.TP
53
.B \-\-verbose
53
.B \-\-verbose
54
verbose diagnostic messages
54
verbose diagnostic messages
55
.TP
55
.TP
56
.B \-i, \-\-input\-format=\fIformat\fP
56
.B \-i, \-\-input\-format=\fIformat\fP
57
Input is in the \fIformat\fP variant of s-expression syntax, \fIformat\fP must
57
Input is in the \fIformat\fP variant of s-expression syntax, \fIformat\fP must
58
be one of "transport", "canonical", "advanced" or "international"
58
be one of "transport", "canonical", "advanced" or "international"
59
.TP
59
.TP
60
.B \-?, \-\-help
60
.B \-?, \-\-help
61
Show summary of options
61
Show summary of options
62
.TP
62
.TP
63
.B \-\-usage
63
.B \-\-usage
64
Prints a short usage message
64
Prints a short usage message
65
.TP
65
.TP
66
.B \-V, \-\-version
66
.B \-V, \-\-version
67
Prints the program version
67
Prints the program version
68
.SH SEE ALSO
68
.SH SEE ALSO
69
.BR lshc (1),
69
.BR lsh (1),
70
.BR lshd (8),
70
.BR lshd (8),
71
.BR sexp-conv (1),
71
.BR sexp-conv (1),
72
.BR ssh-conv (1),
72
.BR ssh-conv (1),
73
.BR lsh-decode-key (1).
73
.BR lsh-decode-key (1).
74
.br
74
.br
75
.SH AUTHOR
75
.SH AUTHOR
76
This manual page was written by Timshel Knoll <timshel@debian.org>,
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).
77
for the Debian GNU/Linux system (but may be used by others).