开发者

Java cluster ssh library?

开发者 https://www.devze.com 2023-02-22 09:41 出处:网络
Is there a Java library for running large numbers of SSH connections across a cluster?I\'m looking fo开发者_如何学JAVAr something similar to the pdsh command line tool, or the clustershell python libr

Is there a Java library for running large numbers of SSH connections across a cluster? I'm looking fo开发者_如何学JAVAr something similar to the pdsh command line tool, or the clustershell python library.

The required functionality is something that lets you run_ssh("command -options", listOfHosts), and then handles running the command across thousands of hosts.


The best SSH tool in Java is probably JSch:

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

You can then easily write your own class that executes a command on a list of hosts.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号