From d670654c14f05b7e68d9c716b328c20de01679da Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Thu, 8 Apr 2021 14:45:19 +0200 Subject: dropbear: allow weak ciphers when debug-tweaks is set Related-to: ELB-3908 Signed-off-by: Max Krummenacher (cherry picked from commit 08f3c7a36539dbe2760e0500c7c460dbcd48be4d) --- recipes-core/dropbear/dropbear_%.bbappend | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 recipes-core/dropbear/dropbear_%.bbappend diff --git a/recipes-core/dropbear/dropbear_%.bbappend b/recipes-core/dropbear/dropbear_%.bbappend new file mode 100644 index 0000000..0083f42 --- /dev/null +++ b/recipes-core/dropbear/dropbear_%.bbappend @@ -0,0 +1,6 @@ +# THE Eclipse RSE system explorer uses a ssh client which cannot cope with the +# dropbear ssh server if weak ciphers are disabled. +# If debug-tweaks is set in IMAGE_FEATURES then enable also weak ciphers. +# With debug-tweaks we allow password less root access, enforcing strong +# ciphers is pointless anyway. +PACKAGECONFIG = "${@bb.utils.contains("IMAGE_FEATURES", "debug-tweaks", "", "disable-weak-ciphers",d)}" -- cgit v1.2.3