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-DECODE-KEY 1 "Apr 19, 2002" lsh-decode-key "lsh manuals"
5
.TH LSH-DECODE-KEY 1 "Apr 19, 2002" lsh-decode-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-decode-key \- Converts a raw OpenSSH/ssh2 public key into sexp format
19
lsh-decode-key \- Converts a raw OpenSSH/ssh2 public key into sexp format
20
.SH SYNOPSIS
20
.SH SYNOPSIS
21
.B lsh-decode-key
21
.B lsh-decode-key
22
.RI [ options ]
22
.RI [ options ]
23
.SH DESCRIPTION
23
.SH DESCRIPTION
24
This manual page documents briefly the
24
This manual page documents briefly the
25
.B lsh-decode-key
25
.B lsh-decode-key
26
command.
26
command.
27
This manual page was written for the Debian GNU/Linux distribution
27
This manual page was written for the Debian GNU/Linux distribution
28
because the original program does not have a manual page.
28
because the original program does not have a manual page.
29
Instead, it has documentation in the GNU Info format; see below.
29
Instead, it has documentation in the GNU Info format; see below.
30
.PP
30
.PP
31
\fBlsh-decode-key\fP is a program that converts an OpenSSH or SSH2 key
31
\fBlsh-decode-key\fP is a program that converts an OpenSSH or SSH2 key
32
to sexp format, which is used by lsh.
32
to sexp format, which is used by lsh.
33
.SH OPTIONS
33
.SH OPTIONS
34
This program follows the usual GNU command line syntax, with long
34
This program follows the usual GNU command line syntax, with long
35
options starting with two dashes (`-').
35
options starting with two dashes (`-').
36
A summary of options is included below.
36
A summary of options is included below.
37
For a complete description, see the Info files.
37
For a complete description, see the Info files.
38
.TP
38
.TP
39
.B \-b, \-\-base64
39
.B \-b, \-\-base64
40
Input is base64 encoded.
40
Input is base64 encoded.
41
.TP
41
.TP
42
.B \-o, \-\-output\-file=\fIfilename\fP
42
.B \-o, \-\-output\-file=\fIfilename\fP
43
Write the output key to \fIfilename\fP. The default is to write it to stdout.
43
Write the output key to \fIfilename\fP. The default is to write it to stdout.
44
.TP
44
.TP
45
.B \-f, \-\-output\-format=\fIformat\fP
45
.B \-f, \-\-output\-format=\fIformat\fP
46
Write output key in \fIformat\fP sexp output format. \fIformat\fP must be one
46
Write output key in \fIformat\fP sexp output format. \fIformat\fP must be one
47
of "transport", "canonical", "advanced" or "international".
47
of "transport", "canonical", "advanced" or "international".
48
.TP
48
.TP
49
.B \-\-debug
49
.B \-\-debug
50
Print heaps of debug information.
50
Print heaps of debug information.
51
.TP
51
.TP
52
.B \-q, \-\-quiet
52
.B \-q, \-\-quiet
53
Suppress all warning and diagnostic messages.
53
Suppress all warning and diagnostic messages.
54
.TP
54
.TP
55
.B \-\-trace
55
.B \-\-trace
56
Detailed program trace.
56
Detailed program trace.
57
.TP
57
.TP
58
.B \-v, \-\-verbose
58
.B \-v, \-\-verbose
59
Print verbose diagnostic messages.
59
Print verbose diagnostic messages.
60
.TP
60
.TP
61
.B \-?, \-\-help
61
.B \-?, \-\-help
62
Show summary of options.
62
Show summary of options.
63
.TP
63
.TP
64
.B \-\-usage
64
.B \-\-usage
65
Print a short usage message.
65
Print a short usage message.
66
.TP
66
.TP
67
.B \-V, \-\-version
67
.B \-V, \-\-version
68
Show version of program.
68
Show version of program.
69
.SH SEE ALSO
69
.SH SEE ALSO
70
.BR lshc (1),
70
.BR lsh (1),
71
.BR lshd (1),
71
.BR lshd (1),
72
.BR sexp-conv (1),
72
.BR sexp-conv (1),
73
.BR ssh-conv (1)
73
.BR ssh-conv (1)
74
.BR lsh-export-key (1).
74
.BR lsh-export-key (1).
75
.br
75
.br
76
.SH AUTHOR
76
.SH AUTHOR
77
This manual page was written by Timshel Knoll <timshel@debian.org>,
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).
78
for the Debian GNU/Linux system (but may be used by others).