$NetBSD: patch-ab,v 1.3 2005/08/09 17:31:06 drochner Exp $

--- options.h.orig	2005-07-08 21:20:58.000000000 +0200
+++ options.h
@@ -122,8 +122,11 @@ etc) slower (perhaps by 50%). Recommende
  * but there's an interface via a PAM module - don't bother using it otherwise.
  * You can't enable both PASSWORD and PAM. */
 
+#ifdef DISABLE_PAM
 #define ENABLE_SVR_PASSWORD_AUTH
-/*#define ENABLE_SVR_PAM_AUTH*/
+#else
+#define ENABLE_SVR_PAM_AUTH
+#endif
 #define ENABLE_SVR_PUBKEY_AUTH
 
 #define ENABLE_CLI_PASSWORD_AUTH
@@ -148,7 +151,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"*/
