]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 23 Sep 2020 19:53:10 +0000 (20:53 +0100)
commitc6c7d16437cbd5ccbee1b99a2154c33fdbac9299
tree4698174f786edf8fdc8305eab884e1d8e737b00a
parente2f277657f1db6a0f805ac07d318a3850535d695
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>
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]