comparison options.h @ 442:d82a2a44c684

Add -u option to specify /dev/urandom instead
author Matt Johnston <matt@ucc.asn.au>
date Mon, 16 Apr 2007 13:39:50 +0000
parents fdf06a5a54e4
children 2cd2edfa11ee
comparison
equal deleted inserted replaced
441:fdf06a5a54e4 442:d82a2a44c684
167 * however significantly reduce the security of your ssh connections 167 * however significantly reduce the security of your ssh connections
168 * if the PRNG state becomes guessable - make sure you know what you are 168 * if the PRNG state becomes guessable - make sure you know what you are
169 * doing if you change this. */ 169 * doing if you change this. */
170 #define DROPBEAR_RANDOM_DEV "/dev/random" 170 #define DROPBEAR_RANDOM_DEV "/dev/random"
171 171
172 /* The -u flag on the commandline can also be used */
173 #define DROPBEAR_URANDOM_DEV "/dev/urandom"
174
172 /* prngd must be manually set up to produce output */ 175 /* prngd must be manually set up to produce output */
173 /*#define DROPBEAR_PRNGD_SOCKET "/var/run/dropbear-rng"*/ 176 /*#define DROPBEAR_PRNGD_SOCKET "/var/run/dropbear-rng"*/
174 177
175 /* Specify the number of clients we will allow to be connected but 178 /* Specify the number of clients we will allow to be connected but
176 * not yet authenticated. After this limit, connections are rejected */ 179 * not yet authenticated. After this limit, connections are rejected */