1 config BR2_PACKAGE_DROPBEAR
5 A small SSH 2 server designed for small memory environments.
7 http://matt.ucc.asn.au/dropbear/dropbear.html
9 config BR2_PACKAGE_DROPBEAR_URANDOM
10 bool " Use /dev/urandom (low entropy systems only)?"
12 depends on BR2_PACKAGE_DROPBEAR
14 By default, dropbear uses the much more secure /dev/random. If you
15 are using a system lacking usable entropy sources, this could cause
16 the dropbear ssh daemon to block forever waiting for entropy that
17 will never arrive. By making dropbear use /dev/urandom, you can
18 prevent Dropbear from blocking while waiting on the random device.
19 This could however significantly reduce the security of your ssh
20 connections. Make sure you know what you are doing if you enable
21 this option -- most people should answer N.