summaryrefslogtreecommitdiffstats
path: root/source/installer/sources/dropbear/dropbear_emptypass.patch
diff options
context:
space:
mode:
Diffstat (limited to 'source/installer/sources/dropbear/dropbear_emptypass.patch')
-rw-r--r--source/installer/sources/dropbear/dropbear_emptypass.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/source/installer/sources/dropbear/dropbear_emptypass.patch b/source/installer/sources/dropbear/dropbear_emptypass.patch
new file mode 100644
index 000000000..259240082
--- /dev/null
+++ b/source/installer/sources/dropbear/dropbear_emptypass.patch
@@ -0,0 +1,12 @@
+diff -Nur dropbear-2012.55.orig/options.h dropbear-2012.55/options.h
+--- dropbear-2012.55.orig/options.h 2012-02-23 07:47:06.000000000 -0600
++++ dropbear-2012.55/options.h 2012-04-07 15:09:15.676322495 -0500
+@@ -180,7 +180,7 @@
+ * Public key logins are allowed for blank-password accounts regardless of this
+ * setting. PAM is not affected by this setting, it uses the normal pam.d
+ * settings ('nullok' option) */
+-/* #define ALLOW_BLANK_PASSWORD */
++#define ALLOW_BLANK_PASSWORD
+
+ #define ENABLE_CLI_PASSWORD_AUTH
+ #define ENABLE_CLI_PUBKEY_AUTH