sshi
★ 0 v1.3.2 GitHub
Overview
sshi manages fleets of remote hosts straight from your ~/.ssh/config.
It collects system snapshots, synchronizes files across machines, runs
commands in parallel, and ships an interactive terminal UI for browsing
results and configuring checks.
Features
- Host discovery from
~/.ssh/configwith shell-type detection - System snapshots for historical tracking
- File sync across hosts (collect → decide → distribute)
- scp-style file copy to many hosts at once
- Parallel remote command and script execution
- Interactive TUI for snapshot data, filters, and checks
Screenshot

Install
# via Wenget
wenget install sshi
# macOS / Linux
cargo install sshi
# Windows
$env:APP_NAME="sshi"; $env:REPO="superyngo/sshi"; irm https://gist.githubusercontent.com/superyngo/a6b786af38b8b4c2ce15a70ae5387bd7/raw/gpinstall.ps1 | iex