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 SRP-GEN 1 "Apr 10, 2002" srp-gen "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
srp-gen \- generate a password verifier for the SRP protocol.
.SH SYNOPSIS
.B srp-gen
.RI [ options ]
.SH DESCRIPTION
This manual page documents briefly the
.B srp-gen
command.
This manual page was written for the Debian GNU/Linux distribution
because the original program does not have a manual page.
Instead, it has documentation in the GNU Info format; see below.
.PP
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
.\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
.\" respectively.
\fBsrp-gen\fP is a program that generates a password verifier for the Secure
Remote Password protocol. The password verifier should be stored as
~/.lsh/srp-verifier on the target (remote) machine on which you want to
authenticate using SRP.

For more information about SRP, see the "srp" node of the "Getting started"
section of the Lsh manual available via the info system.
.SH OPTIONS
This program follows the usual GNU command line syntax, with long
options starting with two dashes (`-').
A summary of options is included below.
For a complete description, see the Info files.
.TP
.B \-l, \-\-user=\fIusername\fP
User name.
.TP
.B \-o, \-\-output\-file=\fIfilename\fP
The file to output to. Default is to output to stdout.
.TP
.B \-p, \-\-password=\fIpassword\fP
The password to use.
.TP
.B \-\-debug
Print lots of debug information.
.TP
.B \-q, \-\-quiet
Suppress all warnings and diagnostic messages.
.TP
.B \-\-trace
Detailed trace.
.TP
.B \-v, \-\-verbose
Print verbose diagnostic messages.
.TP
.B \-f, \-\-output\-format=format
The S-expression output format. Valid sexp formats are: transport, canonical,
advanced and international.
.TP
.B \-?, \-\-help
Show summary of options.
.TP
.B \-\-usage
Show a short usage message.
.TP
.B \-V, \-\-version
Show version of program.
.SH SEE ALSO
.BR lsh (1),
.BR lshd (1),
.BR sexp-conv (1).
.br
The lsh programs (including this one) are documented fully by
.IR "Lsh" ,
available via the Info system.
.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).