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 LSH-MAKE-SEED 1 "Jul 05 2002" lsh-make-seed "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 | lsh-make-seed \- program to generate a yarrow random seed file |
||
20 | .SH SYNOPSIS |
||
21 | .B lsh-make-seed |
||
22 | .RI [ options ] |
||
23 | .SH DESCRIPTION |
||
24 | This manual page documents briefly the |
||
25 | .B lsh-make-seed |
||
26 | command. |
||
27 | This manual page was written for the Debian 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 | \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. |
||
36 | .SH OPTIONS |
||
37 | This program follows the usual GNU command line syntax, with long |
||
38 | options starting with two dashes (`-'). |
||
39 | A summary of options is included below. |
||
40 | For a complete description, see the Info files. |
||
41 | .TP |
||
42 | .B \-f, \-\-force |
||
43 | Overwrite any existing seed file. |
||
44 | .TP |
||
45 | .B \-o, \-\-output\-file=\fIfilename\fP |
||
46 | Output random seed to \fIfilename\fP. The default is to output to |
||
47 | ~/.lsh/seed-file. |
||
48 | .TP |
||
49 | .B \-\-server |
||
50 | Save seed file where the lsh server expects it (eg. |
||
51 | /var/spool/lsh/yarrow-seed-file). |
||
52 | .TP |
||
53 | .B \-\-sloppy |
||
54 | Generate seed file even if we can't collect a good amount of randomness from |
||
55 | the environment. |
||
56 | .TP |
||
57 | .B \-\-debug |
||
58 | Print huge amounts of debug information. |
||
59 | .TP |
||
60 | .B \-q, \-\-quiet |
||
61 | Suppress all warnings and diagnostic messages. |
||
62 | .TP |
||
63 | .B \-\-trace |
||
64 | Print a detailed program trace. |
||
65 | .TP |
||
66 | .B \-v, \-\-verbose |
||
67 | Print verbose diagnostic messages |
||
68 | .TP |
||
69 | .B \-?, \-\-help |
||
70 | Show summary of options. |
||
71 | .TP |
||
72 | .B \-\-usage |
||
73 | Show a short usage message. |
||
74 | .TP |
||
75 | .B \-V, \-\-version |
||
76 | Show version of program. |
||
77 | .SH SEE ALSO |
||
78 | .BR lshc (1), |
||
79 | .BR lshd (8). |
||
80 | .BR |
||
81 | The programs are documented fully by |
||
82 | .IR "Lsh" , |
||
83 | available via the Info system. |
||
84 | .SH AUTHOR |
||
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). |