Reputation: 1031
I am completely new to android development. I am looking for a way to execute ssh commands from an android application which will be used on a tablet in future. In particular i need to execute 4 ssh commands to 4 separate servers over wifi. I have come across jsch over some posts. Can someone guide me to some good examples or tutorials for this? Also will it be possible to completely test this functionality on the eclipse android emulator using my laptops wifi connection? I don't have access to an android device as of now. Thanks in advance.
Upvotes: 0
Views: 676
Reputation: 2045
Use a library called CkSsh.
For testing use Android Emulator or Genymotion
Upvotes: 2