]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
openssh: add ed25519 host key location to read-only sshd config
authorAndré Draszik <git@andred.net>
Tue, 16 Aug 2016 10:46:46 +0000 (11:46 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 18 Aug 2016 08:27:13 +0000 (09:27 +0100)
It's simply been missing.

Signed-off-by: André Draszik <git@andred.net>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-connectivity/openssh/openssh_7.2p2.bb

index 21eefab8ff22d65735120f914def15fc1e15470a..3df825b777dd2f7fe7bf599f4302c6f7446a2c9a 100644 (file)
@@ -115,6 +115,7 @@ do_install_append () {
        echo "HostKey /var/run/ssh/ssh_host_rsa_key" >> ${D}${sysconfdir}/ssh/sshd_config_readonly
        echo "HostKey /var/run/ssh/ssh_host_dsa_key" >> ${D}${sysconfdir}/ssh/sshd_config_readonly
        echo "HostKey /var/run/ssh/ssh_host_ecdsa_key" >> ${D}${sysconfdir}/ssh/sshd_config_readonly
+       echo "HostKey /var/run/ssh/ssh_host_ed25519_key" >> ${D}${sysconfdir}/ssh/sshd_config_readonly
 
        install -d ${D}${systemd_unitdir}/system
        install -c -m 0644 ${WORKDIR}/sshd.socket ${D}${systemd_unitdir}/system