Android SSH Server

It is a open-source implementation of SSH server for android phones. Majority part of it is written in Java, except for a small portion in C that interacts with POSIX pseudo terminal. It is based on Apache SSHD.

The SSH server would work for unrooted phones. However, since the shell connected to it have the same permission as the app does, it may not able to perform restricted operations, such as mounting devices.

The latest version is 0.0.1. It is a working prototype that listens at 8022. Pre-defined username and password are both "test". Known issues are:

These issues will be fixed in the next release.

Releases

0.0.1 apk source

Snapshots

Contact

If you have any questions, bugs or suggestions, please feel free to email me.