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

Screenshot

sshi TUI

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