pssh
Verified for current stable LTS
Pssh Commands
Pssh command syntax with verified terminal examples.
Commands
6 commands for Pssh
pssh Operations
Pssh Command: Run Command As Root Prompt For Password
pssh -i -h <path/to/hosts_file> -A -l <root_username> <hostname --ip-addresses> pssh Operations
Pssh Command: Run Command From File With Newline Separated Hosts
pssh -i -h <path/to/hosts_file> <hostname --ip-addresses> pssh Operations
Pssh Command: Run Command Limit Parallel Connections To 10
pssh -i -h <path/to/hosts_file> -p <10> '<cd dir; ./script.sh; exit>' pssh Operations
Pssh Command: Run Command On Multiple Hosts Inline Output
pssh -i -H "<host1> <host2>" <hostname --ip-addresses> pssh Operations
Pssh Command: Run Command Save Output To Files
pssh -H <host1> -H <host2> -o <path/to/output_directory> <hostname --ip-addresses> pssh Operations
Pssh Command: Run Command With Extra Ssh Arguments
pssh -i -h <path/to/hosts_file> -x "<-O VisualHostKey=yes>" <hostname --ip-addresses> Suggest a Pssh Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Pssh workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.