Re: [OE-core] [PATCH 2/2] ssh-regen-hostkeys: Add a recipe with pregenerated ssh host keys

2020-09-28 Thread Khem Raj
On Mon, Sep 28, 2020 at 8:39 AM Mark Hatle wrote: > > I'm worried about this from a product security perspective. > > I think this is very valid case for an autobuilder/autotest infrastructure, > however if this ends up in a release product it will lead to huge problems. > > Is there a way we can

Re: [OE-core] [PATCH 2/2] ssh-regen-hostkeys: Add a recipe with pregenerated ssh host keys

2020-09-28 Thread Otavio Salvador
Em seg., 28 de set. de 2020 às 12:39, Mark Hatle escreveu: > > I'm worried about this from a product security perspective. > > I think this is very valid case for an autobuilder/autotest infrastructure, > however if this ends up in a release product it will lead to huge problems. > > Is there a wa

Re: [OE-core] [PATCH 2/2] ssh-regen-hostkeys: Add a recipe with pregenerated ssh host keys

2020-09-28 Thread Mark Hatle
I'm worried about this from a product security perspective. I think this is very valid case for an autobuilder/autotest infrastructure, however if this ends up in a release product it will lead to huge problems. Is there a way we can ensure this can only be used for the autobuilder/autotest infra

[OE-core] [PATCH 2/2] ssh-regen-hostkeys: Add a recipe with pregenerated ssh host keys

2020-09-23 Thread Richard Purdie
Host keys are getting bigger and taking an ever increasing amount of time to generate. Whilst we do need to test that works, we don't need to test it in every image. Add a recipe which can be added to images with pre-generated keys, allowing us to speed up tests on the autobuilder where it makes se