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-MAKE-SEED 1 "Jul 05 2002" lsh-make-seed "lsh manuals"
5
.TH LSH-MAKE-SEED 1 "Jul 05 2002" lsh-make-seed "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-make-seed \- program to generate a yarrow random seed file
19
 lsh-make-seed \- program to generate a yarrow random seed file
20
.SH SYNOPSIS
20
.SH SYNOPSIS
21
.B lsh-make-seed
21
.B lsh-make-seed
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-make-seed
25
.B lsh-make-seed
26
command.
26
command.
27
This manual page was written for the Debian distribution
27
This manual page was written for the Debian 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
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
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, 
32
.\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
33
.\" respectively.
33
.\" respectively.
34
\fBlsh-make-seed\fP is a program that creates an initial random seed file for
34
\fBlsh-make-seed\fP is a program that creates an initial random seed file for
35
the yarrow pseudo-randomness-generator used by both the lsh server and client.
35
the yarrow pseudo-randomness-generator used by both the lsh server and client.
36
.SH OPTIONS
36
.SH OPTIONS
37
This program follows the usual GNU command line syntax, with long
37
This program follows the usual GNU command line syntax, with long
38
options starting with two dashes (`-').
38
options starting with two dashes (`-').
39
A summary of options is included below.
39
A summary of options is included below.
40
For a complete description, see the Info files.
40
For a complete description, see the Info files.
41
.TP
41
.TP
42
.B \-f, \-\-force
42
.B \-f, \-\-force
43
Overwrite any existing seed file.
43
Overwrite any existing seed file.
44
.TP
44
.TP
45
.B \-o, \-\-output\-file=\fIfilename\fP
45
.B \-o, \-\-output\-file=\fIfilename\fP
46
Output random seed to \fIfilename\fP. The default is to output to
46
Output random seed to \fIfilename\fP. The default is to output to
47
~/.lsh/seed-file.
47
~/.lsh/seed-file.
48
.TP
48
.TP
49
.B \-\-server
49
.B \-\-server
50
Save seed file where the lsh server expects it (eg.
50
Save seed file where the lsh server expects it (eg.
51
/var/spool/lsh/yarrow-seed-file).
51
/var/spool/lsh/yarrow-seed-file).
52
.TP
52
.TP
53
.B \-\-sloppy
53
.B \-\-sloppy
54
Generate seed file even if we can't collect a good amount of randomness from
54
Generate seed file even if we can't collect a good amount of randomness from
55
the environment.
55
the environment.
56
.TP
56
.TP
57
.B \-\-debug
57
.B \-\-debug
58
Print huge amounts of debug information.
58
Print huge amounts of debug information.
59
.TP
59
.TP
60
.B \-q, \-\-quiet
60
.B \-q, \-\-quiet
61
Suppress all warnings and diagnostic messages.
61
Suppress all warnings and diagnostic messages.
62
.TP
62
.TP
63
.B \-\-trace
63
.B \-\-trace
64
Print a detailed program trace.
64
Print a detailed program trace.
65
.TP
65
.TP
66
.B \-v, \-\-verbose
66
.B \-v, \-\-verbose
67
Print verbose diagnostic messages
67
Print verbose diagnostic messages
68
.TP
68
.TP
69
.B \-?, \-\-help
69
.B \-?, \-\-help
70
Show summary of options.
70
Show summary of options.
71
.TP
71
.TP
72
.B \-\-usage
72
.B \-\-usage
73
Show a short usage message.
73
Show a short usage message.
74
.TP
74
.TP
75
.B \-V, \-\-version
75
.B \-V, \-\-version
76
Show version of program.
76
Show version of program.
77
.SH SEE ALSO
77
.SH SEE ALSO
78
.BR lshc (1),
78
.BR lsh (1),
79
.BR lshd (8).
79
.BR lshd (8).
80
.BR
80
.BR
81
The programs are documented fully by
81
The programs are documented fully by
82
.IR "Lsh" ,
82
.IR "Lsh" ,
83
available via the Info system.
83
available via the Info system.
84
.SH AUTHOR
84
.SH AUTHOR
85
This manual page was written by Timshel Knoll <timshel@debian.org>,
85
This manual page was written by Timshel Knoll <timshel@debian.org>,
86
for the Debian GNU/Linux system (but may be used by others).
86
for the Debian GNU/Linux system (but may be used by others).