summaryrefslogtreecommitdiffstats
path: root/rules/dropbear.in
diff options
context:
space:
mode:
authorBjoern Buerger <b.buerger@pengutronix.de>2006-01-12 14:29:09 +0000
committerBjoern Buerger <b.buerger@pengutronix.de>2006-01-12 14:29:09 +0000
commitbe00d2d20a7e762733a3e75039e77d515940e867 (patch)
tree1ab2d8ce5a376639778f7de0a786e00d7115d67b /rules/dropbear.in
parent08d561b8512d39f10ca067bdbbad76dcea3305cf (diff)
downloadptxdist-be00d2d20a7e762733a3e75039e77d515940e867.tar.gz
ptxdist-be00d2d20a7e762733a3e75039e77d515940e867.tar.xz
usage of autogenerated dependencies and documentation update
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3831 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/dropbear.in')
-rw-r--r--rules/dropbear.in65
1 files changed, 62 insertions, 3 deletions
diff --git a/rules/dropbear.in b/rules/dropbear.in
index aa98e3acd..34b5ca32d 100644
--- a/rules/dropbear.in
+++ b/rules/dropbear.in
@@ -3,61 +3,95 @@ menu "Dropbear SSH-Server "
config DROPBEAR
bool
prompt "Dropbear SSH Server"
+ help
+ dropbear is a SSH 2 server and client designed
+ to be small enough to be used in small memory
+ environments, while still being functional and
+ secure enough for general use.
+
+ It implements most required features of the
+ SSH 2 protocol, and other features such as X11
+ and authentication agent forwarding.
+
+ http://matt.ucc.asn.au/dropbear/dropbear.html
+
config DROPBEAR_DIS_ZLIB
bool
prompt "Don't include zlib support"
depends on DROPBEAR
+ help
+ FIXME: This item should be documented in detail
config DROPBEAR_DIS_OPENPTY
bool
prompt "Don't use openpty, use alternative method"
depends on DROPBEAR
+ help
+ FIXME: This item should be documented in detail
config DROPBEAR_DIS_SYSLOG
bool
prompt "Don't include syslog support"
depends on DROPBEAR
+ help
+ FIXME: This item should be documented in detail
config DROPBEAR_DIS_LASTLOG
bool
prompt "disable use of lastlog"
depends on DROPBEAR
+ help
+ FIXME: This item should be documented in detail
config DROPBEAR_DIS_UTMP
bool
prompt "disable use of utmp"
depends on DROPBEAR
+ help
+ FIXME: This item should be documented in detail
config DROPBEAR_DIS_UTMPX
bool
prompt "disable use of utmpx"
depends on DROPBEAR
+ help
+ FIXME: This item should be documented in detail
config DROPBEAR_DIS_WTMP
bool
prompt "disable use of wtmp"
depends on DROPBEAR
+ help
+ FIXME: This item should be documented in detail
config DROPBEAR_DIS_WTMPX
bool
prompt "disable use of wtmpx"
depends on DROPBEAR
+ help
+ FIXME: This item should be documented in detail
config DROPBEAR_DIS_LIBUTIL
bool
prompt "disable use of libutil"
depends on DROPBEAR
+ help
+ FIXME: This item should be documented in detail
config DROPBEAR_DIS_PUTUTLINE
bool
prompt "disable use of pututline"
depends on DROPBEAR
+ help
+ FIXME: This item should be documented in detail
config DROPBEAR_DIS_PUTUTXLINE
bool
prompt "disable use of pututxline"
depends on DROPBEAR
+ help
+ FIXME: This item should be documented in detail
comment features
@@ -67,17 +101,22 @@ config DROPBEAR_DIS_X11
bool
prompt "disable X11 Forwarding"
depends on DROPBEAR
+ help
+ FIXME: This item should be documented in detail
config DROPBEAR_DIS_TCP
bool
prompt "disable TCP Fowarding"
depends on DROPBEAR
+ help
+ FIXME: This item should be documented in detail
config DROPBEAR_DIS_AGENT
bool
prompt "disable Authentication Agent Forwarding"
depends on DROPBEAR
-
+ help
+ FIXME: This item should be documented in detail
comment "Encryption, at least one required --- RFC Draft requires 3DES"
depends on DROPBEAR
@@ -86,23 +125,30 @@ config DROPBEAR_AES128
bool
prompt "AES 128"
depends on DROPBEAR
+ help
+ FIXME: This item should be documented in detail
config DROPBEAR_BLOWFISH
bool
prompt "Blowfish"
depends on DROPBEAR
+ help
+ FIXME: This item should be documented in detail
config DROPBEAR_TWOFISH128
bool
prompt "Twofish128"
depends on DROPBEAR
+ help
+ FIXME: This item should be documented in detail
config DROPBEAR_3DES
bool
prompt "3DES"
default y
depends on DROPBEAR
-
+ help
+ FIXME: This item should be documented in detail
comment "Integrity, at least one required --- RFC Draft requires sha1-hmac"
depends on DROPBEAR
@@ -112,12 +158,15 @@ config DROPBEAR_SHA1
prompt "sha1"
default y
depends on DROPBEAR
+ help
+ FIXME: This item should be documented in detail
config DROPBEAR_MD5
bool
prompt "md5"
depends on DROPBEAR
-
+ help
+ FIXME: This item should be documented in detail
comment "Hostkey/public key algorithms, at least one required --- SSH2 RFC Draft requires dss"
depends on DROPBEAR
@@ -126,12 +175,16 @@ config DROPBEAR_RSA
bool
prompt "rsa"
depends on DROPBEAR
+ help
+ FIXME: This item should be documented in detail
config DROPBEAR_DSS
bool
prompt "dss"
default y
depends on DROPBEAR
+ help
+ FIXME: This item should be documented in detail
comment "Authentication types, at least one required --- RFC Draft requires pubkey auth"
@@ -142,12 +195,16 @@ config DROPBEAR_PASSWD
prompt "password"
default y
depends on DROPBEAR
+ help
+ FIXME: This item should be documented in detail
config DROPBEAR_PUBKEY
bool
prompt "pubkey"
default y
depends on DROPBEAR
+ help
+ FIXME: This item should be documented in detail
comment "installation options"
@@ -158,6 +215,8 @@ config DROPBEAR_DROPBEAR
prompt "Install dropbear SSH server"
default y
depends on DROPBEAR
+ help
+ FIXME: This item should be documented in detail
config DROPBEAR_DROPBEAR_KEY
bool