Commands for performing ssh operations in parallel against a group of machines. Includes pssh (run commands on multiple hosts), pscp (copy files to multiple hosts), prsync (rsync files to multiple hosts), pslurp (copy files from multiple hosts to a single destination), and pnuke (kill processes on multiple hosts.)
Commands for performing ssh operations in parallel against a group of machines. Includes pssh (run commands on multiple hosts), pscp (copy files to multiple hosts), prsync (rsync files to multiple hosts), pslurp (copy files from multiple hosts to a single destination), and pnuke (kill processes on multiple hosts.)
To install pssh, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install pssh
To see what files were installed by pssh, run:
port contents pssh
To later upgrade pssh, run:
sudo port selfupdate && sudo port upgrade pssh
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.