Subversion Repositories

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

Rev 2 | Details | Compare with Previous | 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 SRP-GEN 1 "Apr 10, 2002" srp-gen "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
srp-gen \- generate a password verifier for the SRP protocol.
20
.SH SYNOPSIS
21
.B srp-gen
22
.RI [ options ]
23
.SH DESCRIPTION
24
This manual page documents briefly the
25
.B srp-gen
26
command.
27
This manual page was written for the Debian GNU/Linux distribution
28
because the original program does not have a manual page.
29
Instead, it has documentation in the GNU Info format; see below.
30
.PP
31
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
32
.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
33
.\" respectively.
34
\fBsrp-gen\fP is a program that generates a password verifier for the Secure
35
Remote Password protocol. The password verifier should be stored as
36
~/.lsh/srp-verifier on the target (remote) machine on which you want to
37
authenticate using SRP.
38
 
39
For more information about SRP, see the "srp" node of the "Getting started"
40
section of the Lsh manual available via the info system.
41
.SH OPTIONS
42
This program follows the usual GNU command line syntax, with long
43
options starting with two dashes (`-').
44
A summary of options is included below.
45
For a complete description, see the Info files.
46
.TP
47
.B \-l, \-\-user=\fIusername\fP
48
User name.
49
.TP
50
.B \-o, \-\-output\-file=\fIfilename\fP
51
The file to output to. Default is to output to stdout.
52
.TP
53
.B \-p, \-\-password=\fIpassword\fP
54
The password to use.
55
.TP
56
.B \-\-debug
57
Print lots of debug information.
58
.TP
59
.B \-q, \-\-quiet
60
Suppress all warnings and diagnostic messages.
61
.TP
62
.B \-\-trace
63
Detailed trace.
64
.TP
65
.B \-v, \-\-verbose
66
Print verbose diagnostic messages.
67
.TP
68
.B \-f, \-\-output\-format=format
69
The S-expression output format. Valid sexp formats are: transport, canonical,
70
advanced and international.
71
.TP
72
.B \-?, \-\-help
73
Show summary of options.
74
.TP
75
.B \-\-usage
76
Show a short usage message.
77
.TP
78
.B \-V, \-\-version
79
Show version of program.
80
.SH SEE ALSO
17 magnus 81
.BR lsh (1),
2 magnus 82
.BR lshd (1),
83
.BR sexp-conv (1).
84
.br
85
The lsh programs (including this one) are documented fully by
86
.IR "Lsh" ,
87
available via the Info system.
88
.SH AUTHOR
89
This manual page was written by Timshel Knoll <timshel@debian.org>,
90
for the Debian GNU/Linux system (but may be used by others).