]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
openssh: allow configuration of hostkey type
authorMatthew Bullock <mbullock@thegoodpenguin.co.uk>
Thu, 27 Jun 2024 13:15:56 +0000 (14:15 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 2 Jul 2024 21:29:10 +0000 (22:29 +0100)
commit0827c29566f3ea63715a9f9e4ee2639f4eabe0bd
treed85add08b67c2d15912b7780f99bc7ac1def2a2d
parentf0fe0b490d309cdf1c97754f85a61b5b948b7f28
openssh: allow configuration of hostkey type

Allow selection of host key types used by openssh via PACKAGECONFIG.
Any combination of hostkey-rsa, hostkey-ecdsa and hostkey-ed25519 can be
specified. Default to just generating ecdsa keys.

The current default generates all three keys. This can take a
significant amount of time on first boot. Having all three keys does not
significantly increase compatability. Also RSA keys are being deprecated
as they are no longer considered secure. Using just an ecdsa key reduces
key generation time by roughly 75%.

Signed-off-by: Matthew Bullock <mbullock@thegoodpenguin.co.uk>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/openssh/openssh_9.7p1.bb