aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/dropbear/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/network/services/dropbear/Config.in')
-rw-r--r--package/network/services/dropbear/Config.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/network/services/dropbear/Config.in b/package/network/services/dropbear/Config.in
index 6aa5a7e4e1..15000eff53 100644
--- a/package/network/services/dropbear/Config.in
+++ b/package/network/services/dropbear/Config.in
@@ -99,4 +99,14 @@ config DROPBEAR_SCP
bool "Build dropbear with scp"
default y
+config DROPBEAR_ASKPASS
+ bool "Enable askpass helper support"
+ default n
+ depends on DROPBEAR_DBCLIENT
+ help
+ This enables support for ssh-askpass helper in dropbear client
+ in order to authenticate on remote hosts.
+
+ Increases binary size by about 0.1 kB (MIPS).
+
endmenu