-
SSH Manager v0.1.15
Stablereleased this
2026-04-23 05:48:43 +00:00 | 0 commits to main since this releaseSSH Manager v0.1.15
This release adds first-class proxy-aware SSH management and hardens how SSH Manager works with existing SSH setups.
Highlights
- Added first-class
ProxyJumpandProxyCommandsupport for managed hosts - Switched managed SSH operations to use host labels through the main SSH config, so proxy settings now apply consistently during connect, key install, key rotation, and remote key cleanup
- Added migration for existing
~/.ssh/configfiles so managed host fragments are loaded automatically when needed - Enforced managed host-key verification settings on per-host config fragments to protect against insecure global SSH defaults
Improvements
- Added proxy-aware prompts and editing flows in the interactive UI
- Updated the inventory table to show a new Via (Proxy) column
- Improved validation for usernames, ports, host labels, and proxy directives
- Tightened safety around SSH key handling, including rejecting symlink identity files in managed key flows
- Improved key rotation and overwrite handling for existing managed keys
- Made remote public-key installation safer under concurrent runs, while keeping compatibility on systems without
flock - Improved menu navigation for larger menus with multi-digit number selection
- Updated README examples and inventory documentation to match the current UI
- Updated CI/release packaging to use architecture-specific Linux artifact names
Testing
- Added coverage for managed SSH install paths using
ssh -F ... -- <label> - Expanded config migration and proxy-related test coverage
- Full test suite passes for this release
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Added first-class