| Crates.io | massh |
| lib.rs | massh |
| version | 0.6.3 |
| created_at | 2021-10-14 22:56:17.378907+00 |
| updated_at | 2021-10-20 19:21:20.857153+00 |
| description | This library is a simple wrapper around the ssh2 crate to run SSH/SCP commands on a "mass" of hosts in parallel. |
| homepage | |
| repository | https://github.com/felix-pb/massh |
| max_upload_size | |
| id | 465161 |
| size | 2,070,768 |
1 library and 2 binary crates to run SSH/SCP commands on a "mass" of hosts in parallel.
The binary crates are CLI and GUI "frontends" for the library "backend".
Minimum supported rust version (MSRV): 1.52.0
cargo install massh
Documentation: https://docs.rs/massh
A Rust version of the parallel SSH program pssh(1)

A web application that runs on http://localhost:2222
Right now, masshd only serves placeholder static files but aims to support all the features of the CLI and more.