proxy-jump #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "proxy-jump"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
feat: add managed ProxyJump support and SSH config migration
Add first-class ProxyJump and ProxyCommand support across the host
model, UI, and inventory display, including proxy-aware edit prompts
and a new "Via (Proxy)" column.
Switch managed SSH operations to use the main SSH config and host labels
(
ssh -F ... -- <label>) so connect, key install, key rotation, andremote cleanup all honor per-host proxy settings.
Harden SSH config handling by:
Improve key-management safety by rejecting symlink identity files,
handling overwrite/rotation flows more safely, and making remote key
installation prefer flock while preserving compatibility on systems
where flock is unavailable.
Refresh docs, tests, and CI to cover the managed-SSH path, config
migration behavior, updated inventory table, and release artifact naming.