How to make ssh client in android

I want to make an Android application to monitor the router and its configuration using an ssh client such as connectbot. The monitoring application is complete, but not yet configured. How to connect connectbot with mya android application that i created in eclipse if i use connectbot intent? thank.....

+5
source share
1 answer

Connectbot is open source, so you can simply reuse your code if the license meets your needs: http://code.google.com/p/connectbot/

+4
source

All Articles