diff options
author | Damien Miller <djm@mindrot.org> | 2005-05-26 03:47:54 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2005-05-26 03:47:54 +0200 |
commit | 9d0ccb8d496e3ce72aa301bf808a5adbcb47da1a (patch) | |
tree | 88e87463fc9ebb7d091cd564bb4128973028c2b8 /WARNING.RNG | |
parent | - (djm) [mpaux.c mpaux.h Makefile.in] Remove old mpaux.[ch] code, it has not (diff) | |
download | openssh-9d0ccb8d496e3ce72aa301bf808a5adbcb47da1a.tar.xz openssh-9d0ccb8d496e3ce72aa301bf808a5adbcb47da1a.zip |
typo
Diffstat (limited to '')
-rw-r--r-- | WARNING.RNG | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WARNING.RNG b/WARNING.RNG index 687891a73..97da74ff7 100644 --- a/WARNING.RNG +++ b/WARNING.RNG @@ -57,7 +57,7 @@ disproportionate time to execute. Tuning the random helper can be done by running ./ssh-random-helper in very verbose mode ("-vvv") and identifying the commands that are taking -accessive amounts of time or hanging altogher. Any problem commands can +excessive amounts of time or hanging altogher. Any problem commands can be modified or removed from ssh_prng_cmds. The default entropy collector will timeout programs which take too long @@ -92,4 +92,4 @@ If you are forced to use ssh-rand-helper consider still downloading prngd/egd and configure OpenSSH using --with-prngd-port=xx or --with-prngd-socket=xx (refer to INSTALL for more information). -$Id: WARNING.RNG,v 1.7 2004/12/06 11:40:11 dtucker Exp $ +$Id: WARNING.RNG,v 1.8 2005/05/26 01:47:54 djm Exp $ |