Ssh – way to run an ssh server on an Android device

androiddebianopensshsshsystem-installation

I'm looking to install Debian over my Android installation so as to be able to use openssh-server, as it's so much better than Dropbear. Is there an easy way to do this, or just to simply install openssh-server on my phone? I'm running Android 2.3.X on a Google Nexus One.

Best Answer

If you want to run an ssh server on a rooted phone, you can install SSHDroid.

You can build a Debian image via deboostrap. Debian runs on ARM so you wont have problems building an image for that arquitechture. There is an interesting howto writen for SG1, you could try it out.

Related Question