-
cssh – cluster ssh
This package is used to manage multiple pc, servers at once. I use it, for updating multiple servers at once. # cssh computer-group # vim /etc/clusters (configuration file for computer groups) computer-group user@host1 user@host2 user@host3 user@host4 user@host5 From now on all commands that I use are executed on all defined computers.