ssh multiple servers

  1. Rob

    Use gsh to run the same command on many servers

    At some point you will find it very handy to be able to run the same command on multiple servers. Sure, you could just put a list of IPs in a file and run something against it using a for loop, but gsh is going to make your life much easier. First off, i've used the old 'list of ips' way in...
Top