diff options
author | Vyacheslav Pedash <vyacheslav.pedash@globallogic.com> | 2021-02-11 01:17:41 +0200 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2021-02-10 17:38:18 -0600 |
commit | ef503574f1957b19dc94fdaee0213154757ea5e4 (patch) | |
tree | c5c71de9267ed387ad74c97dcdd6f07b0fdb7982 /recipes-connectivity | |
parent | 4982d5f4b80e65f2a02ad2b9fc263688706a55f7 (diff) | |
download | meta-mlinux-ef503574f1957b19dc94fdaee0213154757ea5e4.tar.gz meta-mlinux-ef503574f1957b19dc94fdaee0213154757ea5e4.tar.bz2 meta-mlinux-ef503574f1957b19dc94fdaee0213154757ea5e4.zip |
MTX-3853 Do not install rng-tools with openssh
Diffstat (limited to 'recipes-connectivity')
-rw-r--r-- | recipes-connectivity/openssh/openssh_8.4p1.bbappend | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-connectivity/openssh/openssh_8.4p1.bbappend b/recipes-connectivity/openssh/openssh_8.4p1.bbappend index 9509e8f..c594fa8 100644 --- a/recipes-connectivity/openssh/openssh_8.4p1.bbappend +++ b/recipes-connectivity/openssh/openssh_8.4p1.bbappend @@ -15,6 +15,8 @@ ssh_host_ed25519_key \ ssh_host_ed25519_key.pub \ " +PACKAGECONFIG = "" + do_install_append() { echo "HostKey /var/run/ssh/ssh_host_dsa_key" >> ${D}${sysconfdir}/ssh/sshd_config_readonly |