]> code.ossystems Code Review - openembedded-core.git/commit
ssh-pregen-hostkeys: Add a recipe with pregenerated ssh host keys
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 23 Sep 2020 11:53:12 +0000 (12:53 +0100)
committerSteve Sakoman <steve@sakoman.com>
Wed, 30 Sep 2020 14:35:15 +0000 (04:35 -1000)
commit130695364281f62b9e00d311c21f7acb5a1204a1
treed5c2785c8f509e37e0523b53b3c2e6a5e840680d
parent7dc649ba9abef2f9f2f863f568f8f808adbbff38
ssh-pregen-hostkeys: Add a recipe with pregenerated ssh host keys

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 sense to.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit c6c7d16437cbd5ccbee1b99a2154c33fdbac9299)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/conf/distro/include/maintainers.inc
meta/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys/dropbear_rsa_host_key [new file with mode: 0644]
meta/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys/openssh/ssh_host_ecdsa_key [new file with mode: 0644]
meta/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys/openssh/ssh_host_ecdsa_key.pub [new file with mode: 0644]
meta/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys/openssh/ssh_host_ed25519_key [new file with mode: 0644]
meta/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys/openssh/ssh_host_ed25519_key.pub [new file with mode: 0644]
meta/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys/openssh/ssh_host_rsa_key [new file with mode: 0644]
meta/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys/openssh/ssh_host_rsa_key.pub [new file with mode: 0644]
meta/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys_1.0.bb [new file with mode: 0644]