summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--recipes-core/dropbear/dropbear_%.bbappend6
1 files changed, 6 insertions, 0 deletions
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)}"