[OE-core] [PATCH 10/16] dropbear: add default config file to disable root login

Richard Purdie richard.purdie at linuxfoundation.org
Sun Jun 3 22:41:37 UTC 2018


On Wed, 2018-05-30 at 17:03 +0800, Robert Yang wrote:
> From: Jackie Huang <jackie.huang at windriver.com>
> 
> 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.
> 
> Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
> ---
>  meta/recipes-core/dropbear/dropbear.inc              | 3 +++
>  meta/recipes-core/dropbear/dropbear/dropbear.default | 2 ++
>  2 files changed, 5 insertions(+)
>  create mode 100644 meta/recipes-
> core/dropbear/dropbear/dropbear.default

This or the preceeding patch in the series appears to cause the first
failure in:

https://autobuilder.yocto.io/builders/nightly-oe-selftest/builds/1096/steps/Running%20oe-selftest/logs/stdio

(FAIL: test_non_root_user_can_connect_via_ssh_without_password
(imagefeatures.ImageFeatures))

Cheers,

Richard



More information about the Openembedded-core mailing list