Mercurial > dropbear
comparison debian/dropbear.README.Debian @ 435:337c45621e81
merge of 'a9b0496634cdd25647b65e585cc3240f3fa699ee'
and 'c22be8b8f570b48e9662dac32c7b3e7148a42206'
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 22 Feb 2007 14:53:49 +0000 |
parents | 1857c2c551ea |
children | 8c2d2edadf2a |
comparison
equal
deleted
inserted
replaced
434:0aaaf68e97dc | 435:337c45621e81 |
---|---|
37 % /etc/init.d/dropbear restart | 37 % /etc/init.d/dropbear restart |
38 | 38 |
39 See the Dropbear homepage for more information: | 39 See the Dropbear homepage for more information: |
40 http://matt.ucc.asn.au/dropbear/dropbear.html | 40 http://matt.ucc.asn.au/dropbear/dropbear.html |
41 | 41 |
42 | |
43 Entropy from /dev/random | |
44 ------------------------ | |
45 | |
46 The dropbear binary package is configured at compile time to read | |
47 entropy from /dev/random. If /dev/random on a system blocks when | |
48 reading data from it, client logins may be delayed until the client | |
49 times out. The dropbear server writes a notice to the logs when it | |
50 sees /dev/random blocking. A workaround for such systems is to | |
51 re-compile the package with DROPBEAR_RANDOM_DEV set to /dev/urandom | |
52 in options.h. |