mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
10 lines
269 B
Plaintext
10 lines
269 B
Plaintext
config BR2_PACKAGE_SSHPASS
|
|
bool "sshpass"
|
|
depends on BR2_USE_MMU # fork()
|
|
help
|
|
Sshpass is a tool for non-interactivly performing
|
|
password authentication with SSH's so called
|
|
"interactive keyboard password authentication".
|
|
|
|
http://sshpass.sourceforge.net
|