How can I automate running commands remotely over SSH to multiple servers in parallel?

前端 未结 20 1686
温柔的废话
温柔的废话 2020-12-12 20:03

I\'ve searched around a bit for similar questions, but other than running one command or perhaps a few command with items such as:

ssh user@host -t sudo su -         


        
20条回答
  •  一整个雨季
    2020-12-12 20:26

    There is a tool called FLATT (FLexible Automation and Troubleshooting Tool) that allows you to execute scripts on multiple Unix/Linux hosts with a click of a button. It is a desktop GUI app that runs on Mac and Windows but there is also a command line java client.
    You can create batch jobs and reuse on multiple hosts.
    Requires Java 1.6 or higher.

提交回复
热议问题