summaryrefslogtreecommitdiff
path: root/security/dropbear/patches/patch-ab
blob: ebb042de223360430288ceda67c915abdec8512c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.2 2005/04/29 16:14:41 drochner Exp $

--- options.h.orig	2005-03-07 05:27:02.000000000 +0100
+++ options.h
@@ -143,7 +143,7 @@ etc) slower (perhaps by 50%). Recommende
  * however significantly reduce the security of your ssh connections
  * if the PRNG state becomes guessable - make sure you know what you are
  * doing if you change this. */
-#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"*/