Scenerio: I\'d like to run commands on remote machines from a Java program over ssh (I am using OpenSSH on my development machine). I\'d also like to make the ssh connecti
Why not use a Java ssh client? This one is BSD-licensed, and there are more clients listed here.