New manpage for genauth.
This commit is contained in:
parent
d11cfcec74
commit
8cdb849510
1 changed files with 54 additions and 0 deletions
54
doc/genauth.8
Normal file
54
doc/genauth.8
Normal file
|
@ -0,0 +1,54 @@
|
|||
.TH TINC 1 "April 2000" "tinc version 1.0" "FSF"
|
||||
.SH NAME
|
||||
genauth \- generate a passphrase for tinc
|
||||
.SH SYNOPSIS
|
||||
.PP
|
||||
.B genauth
|
||||
\fIbits\fR \fB>\fR \fIfile\fR
|
||||
.PP
|
||||
.B genauth
|
||||
\fI-h\fR\fB|\fR\fI--help\fR
|
||||
.SH DESCRIPTION
|
||||
.PP
|
||||
Use \fBgenauth\fR to generate a random passphrase for tinc.
|
||||
\fIbits\fR is the desired length of the passphrase in bits. The
|
||||
actual number will be rounded up to the next multiple of 64. The
|
||||
default value is 1024.
|
||||
.PP
|
||||
If \fIfile\fR is omitted, the passphrase is written to stdout.
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
\fB\-h\fR, \fB\-\-help\fR
|
||||
Show the syntax.
|
||||
.SH "REPORTING BUGS"
|
||||
Report bugs to tinc@nl.linux.org.
|
||||
.SH "FILES"
|
||||
.TP
|
||||
\fI/etc/tinc\fR
|
||||
The top directory for configuration files.
|
||||
.PP
|
||||
.SH "SEE ALSO"
|
||||
\fBtincd\fR(8),
|
||||
\fBtincd.conf\fR(5)
|
||||
.TP
|
||||
\fBhttp://tinc.nl.linux.org/\fR
|
||||
.TP
|
||||
\fBhttp://www.cabal.org/\fR
|
||||
.PP
|
||||
The full documentation for
|
||||
.B tinc
|
||||
is maintained as a Texinfo manual. If the
|
||||
.B info
|
||||
and
|
||||
.B tinc
|
||||
programs are properly installed at your site, the command
|
||||
.IP
|
||||
.B info tinc
|
||||
.PP
|
||||
should give you access to the complete manual.
|
||||
.PP
|
||||
tinc comes with ABSOLUTELY NO WARRANTY. This is free software,
|
||||
and you are welcome to redistribute it under certain conditions;
|
||||
see the file COPYING for details.
|
||||
.PP
|
||||
This product includes software developed by Eric Young (eay@mincom.oz.au)
|
Loading…
Reference in a new issue