Re: [yocto] [PATCH] openssh: Create /etc/ssh/ssh_host_ecdsa_key if it doesn't exist

2011-09-15 Thread Enric Balletbò i Serra
2011/9/15 Martin Jansa : > On Thu, Sep 15, 2011 at 04:54:43PM +0200, Enric Balletbo i Serra wrote: >> From: Enric Balletbo i Serra >> >> After OpenSSH 5.7 the ECDSA is the preferred key algorithm when >> both the client and server support it. > > Please use right mailing list for oe-core patches..

Re: [yocto] [PATCH] openssh: Create /etc/ssh/ssh_host_ecdsa_key if it doesn't exist

2011-09-15 Thread Martin Jansa
On Thu, Sep 15, 2011 at 04:54:43PM +0200, Enric Balletbo i Serra wrote: > From: Enric Balletbo i Serra > > After OpenSSH 5.7 the ECDSA is the preferred key algorithm when > both the client and server support it. Please use right mailing list for oe-core patches.. http://lists.linuxtogo.org/piper

[yocto] [PATCH] openssh: Create /etc/ssh/ssh_host_ecdsa_key if it doesn't exist

2011-09-15 Thread Enric Balletbo i Serra
From: Enric Balletbo i Serra After OpenSSH 5.7 the ECDSA is the preferred key algorithm when both the client and server support it. This patch solves the error that shows: Could not load host key: /etc/ssh_host_ecdsa_key creating a ECDSA key if it doesn't exist. Signed-off-by: Enric B