ssh into Pine64 running Android - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=4) +--- Forum: Android on Pine A64(+) (https://forum.pine64.org/forumdisplay.php?fid=5) +--- Thread: ssh into Pine64 running Android (/showthread.php?tid=1847) |
ssh into Pine64 running Android - scarabus - 07-24-2016 I can easily ssh into my Pine64 running Ubuntu, but I'm going around in circles trying to figure out how to do it under Android. Is there a HOWTO anywhere? RE: ssh into Pine64 running Android - MarkHaysHarris777 - 07-24-2016 Being able to ssh into Android is contrary to the design principles of Android. ... that said, it has always been possible to ssh into an Android phone; first by rooting it, and second by placing an sshd (ssh daemon) on the device like dropbear, or similar. Android was designed to have a locked-down linux kernel, and a java virtual machine layer over that (Dalvik) to run apps. It was not designed to work like a standard gnu+linux computer (although with rooting, dropbear, and busybox it can be made to work like any other gnu+linux device). I would recommend you experiment with the rooted android image; then check out 'dropbear' and 'busybox'. There are many on-line resources available to help in this area, and there is a huge droid community to help as well. marcushh777 RE: ssh into Pine64 running Android - MarkHaysHarris777 - 07-24-2016 It is possible to use the rooted image, and an sshd server like 'dropbear' for android, as well the 'busybox' suiteof gnu+linux like tools. Experiment with the rooted android image. Also, find 'dropbear' on the Play Store, as well the 'busybox'. marcushh777 RE: ssh into Pine64 running Android - MarkHaysHarris777 - 07-24-2016 I have posted to this topic twice... they have vanished... not sure where the posts are. marcus RE: ssh into Pine64 running Android - anarchyuk - 07-25-2016 (07-24-2016, 08:58 PM)scarabus Wrote: I can easily ssh into my Pine64 running Ubuntu, but I'm going around in circles trying to figure out how to do it under Android. You will need root and a 3rd parts SSH server Installed as android used adb as default RE: ssh into Pine64 running Android - lovenemesis - 10-03-2016 Or check out "Termux" if you don't want to roo the PINE64 |