'Running SSH Server on Android phone while not rooted?
I am looking into making a tool for my phone. One of the things I need is the ability to SSH into the phone. I was looking into different methods and one method was to use Socat however that requires root access. Another method I was looking into is using JSch library however it only includes the client code.
After looking at a few other SSH sources for Android it says that it requires root. Is this the only way to run SSH Server is by root? As far as I know, getting root requires rooting your phone correct?
Also, I am trying to do this all programmatically. Even if it is using ProcessBuilder on other binaries to get this accomplished. I just want to built it all into my own apk.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
