iOS Question Execute linux commands via ssh?

tufanv

Expert
Licensed User
Longtime User
Hello,

I see some solutions for b4a to ssh into a remote server and execute commands. Is there any possibility for this via b4i?

Thanks,
Tufan
 

tufanv

Expert
Licensed User
Longtime 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.
In fact, I am trying to build a ssh tool on mobile for ios. There are some good tools on the market already, they do it somehow. Thanks
 
Upvote 0

tufanv

Expert
Licensed User
Longtime User
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.
 
Upvote 0
Top