As far as I know there isn't any library for this.
Note that it isn't really a best practice to connect with SSH from a mobile app. Create a simple web server on the same server and use it for whatever you need.
As far as I know there isn't any library for this.
Note that it isn't really a best practice to connect with SSH from a mobile app. Create a simple web server on the same server and use it for whatever you need.
would it be possible to use b4j as a middleman here? maybe a webserver to recieve the commands, use b4j ssh library (available on the forum) and give back results with webserver again to user?
As far as I know there isn't any library for this.
Note that it isn't really a best practice to connect with SSH from a mobile app. Create a simple web server on the same server and use it for whatever you need.