Java集群ssh库?

发布于 2024-10-30 09:06:40 字数 311 浏览 1 评论 0原文

是否有用于跨集群运行大量 SSH 连接的 Java 库?我正在寻找类似于 pdsh 命令行工具或 clustershell python 库。

所需的功能可以让您run_ssh("command -options", listOfHosts),然后在数千台主机上运行命令。

Is there a Java library for running large numbers of SSH connections across a cluster? I'm looking for 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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

依 靠 2024-11-06 09:06:40

Java 中最好的 SSH 工具可能是 JSch:

你可以然后轻松编写自己的类来在主机列表上执行命令。

The best SSH tool in Java is probably JSch:

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文