From: Xiaofeng Yan <[email protected]> dropbear will check "/etc/pam.d/sshd" which comes from package "openssh" \ When enabling pam supporting. But if we only install dropbear \ package without package "openssh", then "dropbear" will not \ find a configuration file. The changes are as follow for fixing this bug: - Change the path to find configuration file (/etc/pam.d/sshd --> /etc/pam.d/dropbear) - Add configuration file "/etc/pam.d/dropbear"
Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: xiaofeng/dropbear Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/dropbear Thanks, Xiaofeng Yan <[email protected]> --- Xiaofeng Yan (1): dropbear: Change the path to find configuration file and add a configuration file for dropbear meta/recipes-core/dropbear/dropbear.inc | 6 +++++- meta/recipes-core/dropbear/dropbear/dropbear | 4 ++++ .../dropbear/dropbear-configuration-file.patch | 18 ++++++++++++++++++ 3 files changed, 27 insertions(+), 1 deletions(-) create mode 100644 meta/recipes-core/dropbear/dropbear/dropbear create mode 100644 meta/recipes-core/dropbear/dropbear/dropbear-configuration-file.patch _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
