Default gumstix configuration changed
[gumsense-br.git] / package / dropbear / Config.in
bloba545001db37ffbe7208a4e0bbbf09bfec8fd19bf
1 config BR2_PACKAGE_DROPBEAR
2         bool "dropbear"
3         default n
4         help
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)?"
11         default n
12         depends on BR2_PACKAGE_DROPBEAR
13         help
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.