use-dev-random.patch 385 B

1234567891011
  1. --- a/sysoptions.h
  2. +++ b/sysoptions.h
  3. @@ -256,7 +256,7 @@
  4. /* Source for randomness. This must be able to provide hundreds of bytes per SSH
  5. * connection without blocking. */
  6. #ifndef DROPBEAR_URANDOM_DEV
  7. -#define DROPBEAR_URANDOM_DEV "/dev/urandom"
  8. +#define DROPBEAR_URANDOM_DEV "/dev/random"
  9. #endif
  10. /* client keyboard interactive authentication is often used for password auth.