-
SSH Manager v0.1.12
Stablereleased this
2026-04-21 12:30:55 +00:00 | 11 commits to main since this releaseSSH Manager v0.1.12
Release date: 2026-04-21
Summary
Interactive SSH config manager: connect straight from the menu, live connectivity checks above the main menu, and clearer feedback while probes run.
Added
- Connect to Host — First menu item opens an SSH session using the host’s own config:
ssh -F <config> <Host>(replaces List Hosts). - Live connectivity table — Above the menu: DNS, ICMP ping, TCP port, and SSH probe results with color-coded columns; inventory still grouped by scope (private / public / unresolved) with optional dividers (
--no-divider/--no-dividers). - Parallel probes — Per-host checks run in parallel (Rayon) to cut wait time on large inventories.
- Progress UI — While probes run: host label plus a bounded-width progress bar (Indicatif + console), so ultrawide terminals don’t show an endless bar.
Changed
- Test configurations menu text updated to describe the live table and Connect to Host.
- README adjusted for the new menu behavior and version example.
Dependencies
- Added:
rayon,indicatif,console(and lockfile updates).
Upgrade notes
- Rebuild or reinstall the
ssh-managerbinary from this tag; the menu title readsv0.1.12fromCargo.toml.
Compare
v0.1.11…v0.1.12
Includes PR #3: feat: connect-to-host menu, connectivity progress bar with width cap and the chore: release v0.1.12 bump.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Connect to Host — First menu item opens an SSH session using the host’s own config: