• ADB-Host over SSH 1
  • ADB-Host over SSH 2

ADB-Host over SSH

This application gives access to an Android's shell through a reverse SSH tunnel, which can be used to debug.
The app connects by SSH to the specified server, and opens a port on the server.

Then, you've got two possibilities:
- You can press the "local shell" button. The shell remotely accessible will be the one of the local android
- You can connect an Android device with adb, through USB Host. The remote shell will be the one of that device.

Category : Personalization

Related searches

Reviews (1)

Ale. Z. Apr 23, 2018     

Only thing I could figured out is that it opens a tunnel to my PC then I can telnet to port 4000 to get a shell on my device. There is no documentation and explanation on what can we do beyond that,