ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/doc/gvpectrl.8.pod
(Generate patch)

Comparing gvpe/doc/gvpectrl.8.pod (file contents):
Revision 1.1 by pcg, Fri Jun 11 15:56:14 2004 UTC vs.
Revision 1.6 by root, Wed Nov 2 06:54:13 2016 UTC

17 17
18=item B<-c>, B<--config=>I<DIR> 18=item B<-c>, B<--config=>I<DIR>
19 19
20Read configuration options from I<DIR>. 20Read configuration options from I<DIR>.
21 21
22=item B<-g>, B<--generate-keys> 22=item B<-g>, B<--generate-key=path>
23 23
24Generate public/private RSA keypair and exit. 24Generates a single RSA key-pair. The public key will be stored in F<< I<path> >>
25while the private key will be stored in F<< I<path> .privkey >>. Neither file must be
26non-empty for this to succeed.
27
28The public key file F<< I<path> >> is normally copied to F<pubkey/nodename> in
29the config directory on all nodes, while the private key F<< I<path>.privkey >>
30should be copied to the file F<hostkey> on the node the key is for.
31
32It's recommended to generate the keypair on the node where it will be
33used, so that the private key file does not have to travel over the
34network.
35
36=item B<-G>, B<--generate-keys>
37
38Generate public/private RSA key-pairs for all nodes not having a key and exit.
39
40Note that in normal configurations this will fail, as there cna only be
41one private key per host. To make this configuration work you need to
42specify separate keyfiles for hostkeys in your config file, e.g.:
43
44 private-key = hostkeys/%s
45
46Such a configuration makes it easier to distribute a configuration
47centrally but requires private keys to be transported securely over the
48network.
49
50=item B<-q>, B<--quiet>
51
52Suppresses messages the author finds nonessential for scripting purposes.
25 53
26=item B<--help> 54=item B<--help>
27 55
28Display short list of options. 56Display short list of options.
29 57
43 71
44=back 72=back
45 73
46=head1 BUGS 74=head1 BUGS
47 75
48If you find any bugs, report them to C<gvpe@plan9.de>. 76If you find any bugs, report them to C<gvpe@schmorp.de>.
49 77
50=head1 SEE ALSO 78=head1 SEE ALSO
51 79
52gvpe(5), gvpe.conf(5), gvpe(8). 80gvpe(5), gvpe.conf(5), gvpe(8).
53 81
54gvpe comes with ABSOLUTELY NO WARRANTY. This is free software, and you are 82GVPE comes with ABSOLUTELY NO WARRANTY. This is free software, and you are
55welcome to redistribute it under certain conditions; see the file COPYING 83welcome to redistribute it under certain conditions; see the file COPYING
56for details. 84for details.
57 85
58=head1 AUTHORS 86=head1 AUTHOR
59 87
60Marc Lehmann C<< <gvpe@plan9.de> >>. 88Marc Lehmann C<< <gvpe@schmorp.de> >>.
89

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines