[OE-core] [PATCH 1/3] openssh: Allow empty passwords login.

2012-06-11 Thread Lianhao Lu
Allow empty passwords login so that the default root user can login in through openssh. Signed-off-by: Lianhao Lu --- .../openssh/openssh-6.0p1/sshd_config |2 +- meta/recipes-connectivity/openssh/openssh_6.0p1.bb |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff

Re: [OE-core] [PATCH 1/3] openssh: Allow empty passwords login.

2012-06-11 Thread Anders Darander
* Lianhao Lu [120611 11:03]: > Allow empty passwords login so that the default root user can login in > through openssh. NAK, this isn't a sane default for a OpenSSH-recipe... What's your use-case? Is it for automatic testing/development? If so, can't you either set the password, or change the

Re: [OE-core] [PATCH 1/3] openssh: Allow empty passwords login.

2012-06-11 Thread Paul Eggleton
On Monday 11 June 2012 11:45:49 Anders Darander wrote: > * Lianhao Lu [120611 11:03]: > > Allow empty passwords login so that the default root user can login in > > through openssh. > > NAK, this isn't a sane default for a OpenSSH-recipe... I agree, however more below... > What's your use-case?

Re: [OE-core] [PATCH 1/3] openssh: Allow empty passwords login.

2012-06-11 Thread Phil Blundell
On Mon, 2012-06-11 at 11:24 +0100, Paul Eggleton wrote: > I don't think we want this to be image-specific. FWIW, we do already have a > mechanism to handle this for the dropbear recipe - debug-tweaks in > IMAGE_FEATURES. I don't particularly like it however since IMAGE_FEATURES > should not be i

Re: [OE-core] [PATCH 1/3] openssh: Allow empty passwords login.

2012-06-11 Thread Anders Darander
* Paul Eggleton [120611 12:24]: > On Monday 11 June 2012 11:45:49 Anders Darander wrote: > > * Lianhao Lu [120611 11:03]: > > > Allow empty passwords login so that the default root user can login in > > > through openssh. > > > > NAK, this isn't a sane default for a OpenSSH-recipe... > I agree

Re: [OE-core] [PATCH 1/3] openssh: Allow empty passwords login.

2012-06-11 Thread Paul Eggleton
On Monday 11 June 2012 11:27:48 Phil Blundell wrote: > On Mon, 2012-06-11 at 11:24 +0100, Paul Eggleton wrote: > > I don't think we want this to be image-specific. FWIW, we do already have > > a > > mechanism to handle this for the dropbear recipe - debug-tweaks in > > IMAGE_FEATURES. I don't parti