summaryrefslogtreecommitdiff
path: root/ssh-rand-helper.8
diff options
context:
space:
mode:
authordjm <djm>2003-11-21 12:48:55 +0000
committerdjm <djm>2003-11-21 12:48:55 +0000
commit184f11a0f4c6f7fc01a68e91b85ae8934d0a1f13 (patch)
tree97214a8b98655fccf709f332aff731b00dd7e65d /ssh-rand-helper.8
parent78a871571e55ae5a74227b0b5c31d728d5651a8e (diff)
downloadopenssh-184f11a0f4c6f7fc01a68e91b85ae8934d0a1f13.tar.gz
- djm@cvs.openbsd.org 2003/11/21 11:57:03
[everything] unexpand and delete whitespace at EOL; ok markus@ (done locally and RCS IDs synced)
Diffstat (limited to 'ssh-rand-helper.8')
-rw-r--r--ssh-rand-helper.824
1 files changed, 12 insertions, 12 deletions
diff --git a/ssh-rand-helper.8 b/ssh-rand-helper.8
index a89185c0..df559d33 100644
--- a/ssh-rand-helper.8
+++ b/ssh-rand-helper.8
@@ -1,4 +1,4 @@
-.\" $Id: ssh-rand-helper.8,v 1.1 2002/04/14 09:27:13 djm Exp $
+.\" $Id: ssh-rand-helper.8,v 1.2 2003/11/21 12:48:56 djm Exp $
.\"
.\" Copyright (c) 2002 Damien Miller. All rights reserved.
.\"
@@ -34,22 +34,22 @@
.Op Fl b Ar bytes
.Sh DESCRIPTION
.Nm
-is a small helper program used by
+is a small helper program used by
.Xr ssh 1 ,
.Xr ssh-add 1 ,
.Xr ssh-agent 1 ,
.Xr ssh-keygen 1 ,
-.Xr ssh-keyscan 1
+.Xr ssh-keyscan 1
and
.Xr sshd 8
-to gather random numbers of cryptographic quality if the
+to gather random numbers of cryptographic quality if the
.Xr openssl 4
library has not been configured to provide them itself.
.Pp
-Normally
+Normally
.Nm
will generate a strong random seed and provide it to the calling
-program via standard output. If standard output is a tty,
+program via standard output. If standard output is a tty,
.Nm
will instead print the seed in hexidecimal format unless told otherwise.
.Pp
@@ -57,19 +57,19 @@ will instead print the seed in hexidecimal format unless told otherwise.
will by default gather random numbers from the system commands listed
in
.Pa /etc/ssh/ssh_prng_cmds .
-The output of each of the commands listed will be hashed and used to
-generate a random seed for the calling program.
+The output of each of the commands listed will be hashed and used to
+generate a random seed for the calling program.
.Nm
-will also store seed files in
+will also store seed files in
.Pa ~/.ssh/prng_seed
between executions.
.Pp
-Alternately,
+Alternately,
.Nm
-may be configured at build time to collect random numbers from a
+may be configured at build time to collect random numbers from a
EGD/PRNGd server via a unix domain or localhost tcp socket.
.Pp
-This program is not intended to be run by the end-user, so the few
+This program is not intended to be run by the end-user, so the few
commandline options are for debugging purposes only.
.Bl -tag -width Ds
.It Fl b Ar bytes