• v0.1.15 5ffe9a238e

    SSH Manager v0.1.15
    All checks were successful
    continuous-integration/drone/push Build is passing
    continuous-integration/drone/tag Build is passing
    Stable

    Arctic released this 2026-04-23 05:48:43 +00:00 | 0 commits to main since this release

    SSH 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 ProxyJump and ProxyCommand support 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/config files 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