no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
— | parallel-ssh [2015/06/01 21:24] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== parallel-ssh ====== | ||
+ | |||
+ | Send commands to multiple hosts over SSH. | ||
+ | |||
+ | Create a file named '' | ||
+ | |||
+ | < | ||
+ | [email protected]: | ||
+ | [email protected]: | ||
+ | [email protected]: | ||
+ | </ | ||
+ | |||
+ | Execute a single command, no timeout, and print output on console: | ||
+ | |||
+ | < | ||
+ | parallel-ssh -i -t 0 -h ssh-hosts echo hello | ||
+ | </ | ||