On 04/10/2013 04:04 PM, Paul Eggleton wrote:
On Wednesday 10 April 2013 14:55:02 Jaap de Jong wrote:
dropbear 2013.56 is currently the most recent version.
Although not documented, they left out the functionality patched in with
allow-nopw.patch in the 2013.56 release.
How did you find this out?
the patch fails and inspection of the code learns that it can't be applied.
I found some other way to accomplish the same though..

diff -urN a/svr-runopts.c b/svr-runopts.c
--- a/svr-runopts.c    2013-03-21 16:29:35.000000000 +0100
+++ b/svr-runopts.c    2013-04-10 15:11:51.000000000 +0200
@@ -115,7 +115,7 @@
     svr_opts.norootlogin = 0;
     svr_opts.noauthpass = 0;
     svr_opts.norootpass = 0;
-    svr_opts.allowblankpass = 0;
+    svr_opts.allowblankpass = 1;
     svr_opts.inetdmode = 0;
     svr_opts.portcount = 0;
     svr_opts.hostkey = NULL;

Cheers,
Paul


_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Reply via email to