Hi Jed, Android doesn't have all the normal auth functions. A patched Dropbear repository is at https://github.com/barryk/android_external_dropbear/network
Cheers, Matt On Fri, Oct 10, 2014 at 04:50:22PM -0400, Jed Evnull wrote: > Hello, > > I'm compiling dropbear v2014.65 with the sourcery toolchain using: > > ./configure --host=arm-none-linux-gnueabi \ > --disable-zlib \ > --disable-largefile \ > --disable-loginfunc \ > --disable-shadow \ > --disable-utmp \ > --disable-utmpx \ > --disable-wtmp \ > --disable-wtmpx \ > --disable-pututline \ > --disable-pututxline \ > --disable-lastlog \ > CC=arm-none-linux-gnueabi-gcc > > The compile goes fine, but as expected, login via password fails for > android. I no longer see an option to supply a password at dropbear start > with -C. Has this been deprecated? Is there a patch? > > Thanks for any help!
