Running commands over ssh with Java

后端 未结 6 547
北荒
北荒 2020-12-05 16:06

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

6条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-05 16:56

    Why not use a Java ssh client? This one is BSD-licensed, and there are more clients listed here.

提交回复
热议问题