Include genauth.8 in the distribution.
[tinc] / doc / genauth.8
1 .TH TINC 1 "April 2000" "tinc version 1.0" "FSF"
2 .SH NAME
3 genauth \- generate a passphrase for tinc
4 .SH SYNOPSIS
5 .PP
6 .B genauth
7 \fIbits\fR \fB>\fR \fIfile\fR
8 .PP
9 .B genauth
10 \fI-h\fR\fB|\fR\fI--help\fR
11 .SH DESCRIPTION
12 .PP
13 Use \fBgenauth\fR to generate a random passphrase for tinc.
14 \fIbits\fR is the desired length of the passphrase in bits.  The
15 actual number will be rounded up to the next multiple of 64.  The
16 default value is 1024.
17 .PP
18 If \fIfile\fR is omitted, the passphrase is written to stdout.
19 .SH OPTIONS
20 .TP
21 \fB\-h\fR, \fB\-\-help\fR
22 Show the syntax.
23 .SH "REPORTING BUGS"
24 Report bugs to tinc@nl.linux.org.
25 .SH "FILES"
26 .TP
27 \fI/etc/tinc\fR
28 The top directory for configuration files.
29 .PP
30 .SH "SEE ALSO"
31 \fBtincd\fR(8),
32 \fBtincd.conf\fR(5)
33 .TP
34 \fBhttp://tinc.nl.linux.org/\fR
35 .TP
36 \fBhttp://www.cabal.org/\fR
37 .PP
38 The full documentation for
39 .B tinc
40 is maintained as a Texinfo manual.  If the
41 .B info
42 and
43 .B tinc
44 programs are properly installed at your site, the command
45 .IP
46 .B info tinc
47 .PP
48 should give you access to the complete manual.
49 .PP
50 tinc comes with ABSOLUTELY NO WARRANTY.  This is free software,
51 and you are welcome to redistribute it under certain conditions;
52 see the file COPYING for details.
53 .PP
54 This product includes software developed by Eric Young (eay@mincom.oz.au)