|
Is there an sshd for the linaro panda android distro? I tried using the cyanogenmod one, but it is dynamically linked and the 12.01 android distro doesn't appear to have the same libraries as it errors out. Do I have to statically compile against uClibc? I've found a "blueprint" regarding openssh, but it is in a "new" state. I guess I am wondering if this work has been done, or should I forge ahead? https://blueprints.launchpad.net/linaro-android/+spec/linaro-android-integrate-ssh-server |
|
Hi, This sounds like a good idea to use Dropbear statically linked with uClibc. Let's hope that the other Linaro Android folks will have other suggestions and information to share. Cheers, Michael. |
|
Good to know! Thanks for confirming that this can work. Cheers, Michael. |
|
Follow on question, I am able to run dropbear in the foreground or background just fine, but am having trouble starting it form init.rc. I've added it as a on-boot service via:
I then recompiled uInitrd via the instructions here: http://ask.linaro.org/questions/364/initrc-in-sd-card Trouble is that I don't see the service starting nor any errors to follow up on. I know that my new uInitrd is being used as I change the image name and see it printed out correctly. Does anyone have any troubleshooting advice for adding services? Note that the above service worked for in GB based pandroid images. I've tried it with and without specifying the user and group. As I mentioned the permissions appear correct as it runs ok when I start it via serial console or adb shell over tcp. Any ideas? |