Differences
This shows you the differences between two versions of the page.
parallel-ssh [2015/06/01 21:24] – created - external edit 127.0.0.1 | parallel-ssh [2025/07/21 08:58] (current) – removed steve | ||
---|---|---|---|
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 | ||
- | </ | ||