dropbear: minor config reorder
move DROPBEAR_ASKPASS under DROPBEAR_DBCLIENT (in all meanings) Signed-off-by: Konstantin Demin <rockdrilla@gmail.com>
This commit is contained in:
parent
c87a192386
commit
55218bcedb
@ -119,6 +119,15 @@ config DROPBEAR_DBCLIENT
|
|||||||
bool "Build dropbear with dbclient"
|
bool "Build dropbear with dbclient"
|
||||||
default y
|
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
|
config DROPBEAR_DBCLIENT_AGENTFORWARD
|
||||||
bool "Enable agent forwarding in dbclient [LEGACY/SECURITY]"
|
bool "Enable agent forwarding in dbclient [LEGACY/SECURITY]"
|
||||||
default y
|
default y
|
||||||
@ -144,15 +153,6 @@ config DROPBEAR_SCP
|
|||||||
bool "Build dropbear with scp"
|
bool "Build dropbear with scp"
|
||||||
default y
|
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
|
config DROPBEAR_AGENTFORWARD
|
||||||
bool "Enable agent forwarding [LEGACY/SECURITY]"
|
bool "Enable agent forwarding [LEGACY/SECURITY]"
|
||||||
default y
|
default y
|
||||||
|
Loading…
x
Reference in New Issue
Block a user