Create dbclient binary for Dropbear for Android

I would like to use the ssh client in the Android terminal emulator to connect to remote systems when I need to.

There are several other ways to do this - using separate Java applications, purchasing individual Java applications, etc.

In fact, I just want to create and deploy a statically linked dbclient binary that can search for the libnss hostname. ("Woo! Tall order.")

There are a few bits of documentation on how to create Dropbear for Android. Many pay attention to non-client silos, but not all:

Dynamically linked build is not running on my target and I don't have strace or ldd to help troubleshoot.

A static linked assembly works, but cannot get host names due to lack of run-time support. Great, so the patch still doesn’t work. He is just hanging. Again, I do not know why.

The busybox-style dropbearmulti function exhibits the same behavior.

So, the million dollar question: did anyone really get this to work? Do you have documentation of your experience?

I am aiming for an embedded version of 2.3G Gingerbread on Samsung Infuse 4G (generic armeabi).

+5
source share
1 answer

All Articles