diff options
author | Konstantin Demin <rockdrilla@gmail.com> | 2024-01-09 03:40:02 +0300 |
---|---|---|
committer | Rui Salvaterra <rsalvaterra@gmail.com> | 2024-02-09 09:13:05 +0000 |
commit | 55218bcedb3ffb830391d9a4e72b7ae8481ba760 (patch) | |
tree | a9aec3bc904dd23b00df3110a46919e7a11bcdbe /package/network/services/dropbear | |
parent | c87a192386e8470f68e8340a23f9293976211114 (diff) |
dropbear: minor config reorder
move DROPBEAR_ASKPASS under DROPBEAR_DBCLIENT (in all meanings)
Signed-off-by: Konstantin Demin <rockdrilla@gmail.com>
Diffstat (limited to 'package/network/services/dropbear')
-rw-r--r-- | package/network/services/dropbear/Config.in | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/package/network/services/dropbear/Config.in b/package/network/services/dropbear/Config.in index a59ca911a0..7ffe7684d4 100644 --- a/package/network/services/dropbear/Config.in +++ b/package/network/services/dropbear/Config.in @@ -119,6 +119,15 @@ config DROPBEAR_DBCLIENT 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 @@ -144,15 +153,6 @@ config DROPBEAR_SCP 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 |