summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/dropbear/dropbear/allow-nopw.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/dropbear/dropbear/allow-nopw.patch')
-rw-r--r--meta/recipes-core/dropbear/dropbear/allow-nopw.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/meta/recipes-core/dropbear/dropbear/allow-nopw.patch b/meta/recipes-core/dropbear/dropbear/allow-nopw.patch
deleted file mode 100644
index a175ee14da..0000000000
--- a/meta/recipes-core/dropbear/dropbear/allow-nopw.patch
+++ /dev/null
@@ -1,19 +0,0 @@
1Enable blank password login function for new release dropbear.
2
3Upstream-Status: Inappropriate [configuration]
4
5Signed-off-by: Mei Lei <lei.mei@intel.com>
6
7diff --git a/options.h b/options.h
8index 73689ad..041ddaa 100644
9--- a/options.h
10+++ b/options.h
11@@ -180,7 +180,7 @@ much traffic. */
12 * Public key logins are allowed for blank-password accounts regardless of this
13 * setting. PAM is not affected by this setting, it uses the normal pam.d
14 * settings ('nullok' option) */
15-/* #define ALLOW_BLANK_PASSWORD */
16+#define ALLOW_BLANK_PASSWORD
17
18 #define ENABLE_CLI_PASSWORD_AUTH
19 #define ENABLE_CLI_PUBKEY_AUTH