pssh-rs-0.5.1 is not a library.
pssh-rs is a parallel ssh tool written in rust.
Example
- Generate config file template:
after this command, hosts.toml
will be generated at the current directory,
change file contents and using --config ./hosts.toml argument to use this file.
- run
date
command on default hosts:
run date
on all nginx hosts
- send file to remote hosts:
Install
just run cargo install pssh-rs
to install.
Building
pssh-rs can be built with cargo build --release
, or using the following
command to build statically: