srai
srai

Reputation: 1031

Running SSH commands from an android application over Wi-Fi

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

Answers (1)

extmkv
extmkv

Reputation: 2045

Use a library called CkSsh.

Getting Started Android

Library Documentation

Android CkSsh Example

For testing use Android Emulator or Genymotion

Upvotes: 2

Related Questions