mirror of
https://git.yoctoproject.org/poky
synced 2026-02-27 03:49:41 +01:00
root login is disabled by default for openssh and we can enable it through IMAGE_FEATURES 'debug-tweaks' or 'allow-empty-password', so change to the same default behavior for dropbear. (From OE-Core rev: d3e69fa2fef83015658aa5fa1442bab5a8c3edaa) Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 lines
59 B
Plaintext
3 lines
59 B
Plaintext
# Disallow root logins by default
|
|
DROPBEAR_EXTRA_ARGS="-w"
|