Anyone have a SSH Duet Module

So, I am unsure if any of you duet coders have tried to build a ssh duet module, but if you have, can you help me out?

If no one has such a module, would anyone be willing to port a open source java ssh module over to duet. Not sure if it is possible, but here is the link:

http://www.jcraft.com/jsch/

If it could be done, the idea I had was to use send_commands to pass user name, password, encryption type, and connection to a device.

Then use a send_command with like a passthru to send strings to the actual device. And then a passback to receive string data from the device.

Anyways, if it is possible, great. If not, then no big lost.

Thanks for all your guys's time.