$NetBSD: patch-ab,v 1.1 2005/01/18 17:30:59 drochner Exp $ --- options.h.orig 2005-01-18 15:42:25.000000000 +0100 +++ options.h @@ -139,7 +139,7 @@ etc) slower (perhaps by 50%). Recommende * will prevent Dropbear from blocking on the device. This could * however significantly reduce the security of your ssh connections * if the PRNG state becomes simpler. */ -#define DROPBEAR_RANDOM_DEV "/dev/random" +#define DROPBEAR_RANDOM_DEV "/dev/urandom" /* prngd must be manually set up to produce output */ /*#define DROPBEAR_PRNGD_SOCKET "/var/run/dropbear-rng"*/