~ubuntu-branches/ubuntu/vivid/pollinate/vivid

« back to all changes in this revision

Viewing changes to pollinate.1

  • Committer: Package Import Robot
  • Author(s): Dustin Kirkland
  • Date: 2014-02-11 09:43:26 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20140211094326-nwhyz35z9pd8b5m8
Tags: 4.1-0ubuntu1
* pollinate, pollinate.1:
  - remove unused variable f2
  - add support for -n|--no-challenge argument
  - this technically makes it possible to use any arbitrary
    URL as an entropy server
    + e.g. random.org, news.google.com
  - document the option in the manpage
* pollinate:
  - move CURL_OPTS to the end of the line, so that the admin can override
    any curl option, such as the user-agent string in /etc/default/pollinate

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
pollinate \- an Entropy-as-a-Service client
4
4
 
5
5
.SH SYNOPSIS
6
 
\fBpollinate\fP [-c|--curl-opts CURL_OPTS] [-d|--device DEVICE] [-i|--insecure] [-r|--reseed] [-s|--server SERVER1 [-s|--server SERVER2] ...]
 
6
\fBpollinate\fP [-c|--curl-opts CURL_OPTS] [-d|--device DEVICE] [-i|--insecure] [-n|--no-challenge] [-r|--reseed] [-s|--server SERVER1 [-s|--server SERVER2] ...]
7
7
 
8
8
.SH DESCRIPTION
9
9
\fBpollinate\fP is an entropy as a service client.  It will fetch a random seed from one or more remote servers, and feed those into a (pseudo) random number generator.  This is often useful in cloud and virtual machine environments with limited sources of entropy.
19
19
\fB-d|--device\fP DEVICE
20
20
device to seed (default is \fI/dev/urandom\fP); note, you can use - to print to stdout
21
21
.TP
 
22
\fB-n|--no-challenge\fP
 
23
disable the challenge/response portion of the protocol; this enables a compatibility mode to speak to any entropy server, like random.org or news.google.com
 
24
.TP
22
25
\fB-i|--insecure\fP
23
26
ignore SSL/TLS certificate errors (use of this option is highly discouraged)
24
27
.TP