Home
Notes
Projects
Resume
Contact
Jeff Smith
Notes
Projects
Resume
Contact
Run parallel ssh command with hosts file
linux
<p>Parallel ssh to update ubuntu servers...</p> <pre><code>pssh -h $HOME/bin/pssh-hosts -t 180 'sudo apt-get update && sudo apt-get -y upgrade' </code></pre>
© 2026 Code0x378