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 ''ssh-hosts'' with the username, hostname, and ports:
 +
 +<code>
 +[email protected]:22
 +[email protected]:22
 +[email protected]:22
 +</code>
 +
 +Execute a single command, no timeout, and print output on console:
 +
 +<code>
 +parallel-ssh -i -t 0 -h ssh-hosts echo hello
 +</code>
  

Navigation
QR Code
QR Code parallel-ssh (generated for current page)