Basically like the title says. There's no native support for ssh in android (or in java that i've seen), does anyone know of a good way of doing this, or can point me in the right direction?
I've found this
http://www.billrocks.org/android_libs/bin/
Which has a ported ssh CLI for android (which i haven't tested yet), but if you were to use this, is there a way to make java make a connection, and then execute commands while the session is still active?


