Subversion Repositories

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

Rev 2 | Blame | Compare with Previous | Last modification | View Log | RSS feed

.\"                                      Hey, EMACS: -*- nroff -*-
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
.TH LSH-EXPORT-KEY 1 "Apr 19, 2002" lsh-export-key "lsh manuals"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
.\" .nh        disable hyphenation
.\" .hy        enable hyphenation
.\" .ad l      left justify
.\" .ad b      justify to both left and right margins
.\" .nf        disable filling
.\" .fi        enable filling
.\" .br        insert line break
.\" .sp <n>    insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
lsh-export-key \- Converts an s-expression to the OpenSSH/SSH2 encoding format.
.SH SYNOPSIS
.B lsh-export-key
.RI [ options ]
.SH DESCRIPTION
\fBlsh-export-key\fP is a utility which reads an s-expression on stdin,
and writes the same s-expression to stdout, using the OpenSSH/SSH2
encoding format.
.SH OPTIONS
These programs follow the usual GNU command line syntax, with long
options starting with two dashes (`-').
A summary of options is included below.
.TP
.B \-c, \-\-comment=\fIcomment\fP
Adds \fIcomment\fP to output key as its comment
.TP
.B \-o, \-\-output\-file=\fIfilename\fP
Write output key to \fIfilename\fP, default is stdout
.TP
.B \-r, \-\-input\-file=\fIfilename\fP
Read input key from \fIfilename\fP, default is stdin
.TP
.B \-s, \-\-subject=\fIsubject\fP
Adds \fIsubject\fP to the output key as its subject
.TP
.B \-\-debug
Prints huge amounts of debug information
.TP
.B \-q, \-\-quiet
Suppress all warnings and diagnostic messages
.TP
.B \-\-trace
Detailed program trace
.TP
.B \-\-verbose
verbose diagnostic messages
.TP
.B \-i, \-\-input\-format=\fIformat\fP
Input is in the \fIformat\fP variant of s-expression syntax, \fIformat\fP must
be one of "transport", "canonical", "advanced" or "international"
.TP
.B \-?, \-\-help
Show summary of options
.TP
.B \-\-usage
Prints a short usage message
.TP
.B \-V, \-\-version
Prints the program version
.SH SEE ALSO
.BR lsh (1),
.BR lshd (8),
.BR sexp-conv (1),
.BR ssh-conv (1),
.BR lsh-decode-key (1).
.br
.SH AUTHOR
This manual page was written by Timshel Knoll <timshel@debian.org>,
for the Debian GNU/Linux system (but may be used by others).