bool "Build dropbear with dbclient"
default y
+config DROPBEAR_ASKPASS
+ bool "Enable askpass helper support"
+ 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).
+
config DROPBEAR_DBCLIENT_AGENTFORWARD
bool "Enable agent forwarding in dbclient [LEGACY/SECURITY]"
default y
bool "Build dropbear with scp"
default y
-config DROPBEAR_ASKPASS
- bool "Enable askpass helper support"
- 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).
-
config DROPBEAR_AGENTFORWARD
bool "Enable agent forwarding [LEGACY/SECURITY]"
default y