[OE-core] [PATCH v2 2/2] classes/image: improve debug-tweaks ssh server configuration

2013-01-16 Thread Paul Eggleton
Create a single postprocessing function that enables no-password logins for both openssh and dropbear when debug-tweaks is in IMAGE_FEATURES, changing its behaviour slightly: * Run it regardless of whether ssh-server-* are in IMAGE_FEATURES so that it still takes effect if these are installed by

Re: [OE-core] [PATCH v2 2/2] classes/image: improve debug-tweaks ssh server configuration

2013-01-16 Thread Chris Larson
On Wed, Jan 16, 2013 at 8:38 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: + + if [ -e ${IMAGE_ROOTFS}${sbindir}/dropbear ] ; then + echo 'DROPBEAR_EXTRA_ARGS=-B' ${IMAGE_ROOTFS}${sysconfdir}/default/dropbear + fi } Slightly concerned with this, in

Re: [OE-core] [PATCH v2 2/2] classes/image: improve debug-tweaks ssh server configuration

2013-01-16 Thread Paul Eggleton
On Wednesday 16 January 2013 08:48:05 Chris Larson wrote: On Wed, Jan 16, 2013 at 8:38 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: + + if [ -e ${IMAGE_ROOTFS}${sbindir}/dropbear ] ; then + echo 'DROPBEAR_EXTRA_ARGS=-B'

Re: [OE-core] [PATCH v2 2/2] classes/image: improve debug-tweaks ssh server configuration

2013-01-16 Thread Paul Eggleton
On Wednesday 16 January 2013 15:51:59 Paul Eggleton wrote: On Wednesday 16 January 2013 08:48:05 Chris Larson wrote: On Wed, Jan 16, 2013 at 8:38 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: + + if [ -e ${IMAGE_ROOTFS}${sbindir}/dropbear ] ; then +

Re: [OE-core] [PATCH v2 2/2] classes/image: improve debug-tweaks ssh server configuration

2013-01-16 Thread Martin Jansa
On Wed, Jan 16, 2013 at 03:38:13PM +, Paul Eggleton wrote: Create a single postprocessing function that enables no-password logins for both openssh and dropbear when debug-tweaks is in IMAGE_FEATURES, changing its behaviour slightly: * Run it regardless of whether ssh-server-* are in

Re: [OE-core] [PATCH v2 2/2] classes/image: improve debug-tweaks ssh server configuration

2013-01-16 Thread Paul Eggleton
On Wednesday 16 January 2013 17:40:38 Martin Jansa wrote: On Wed, Jan 16, 2013 at 03:38:13PM +, Paul Eggleton wrote: Create a single postprocessing function that enables no-password logins for both openssh and dropbear when debug-tweaks is in IMAGE_FEATURES, changing its behaviour