purple-ssh 3.15.20

Open-source terminal SSH manager that keeps ~/.ssh/config in sync with your cloud infra. Spin up a VM on AWS, GCP, Azure, Hetzner or 12 other cloud providers and it appears in your host list. Destroy it and the entry dims. Search hundreds of hosts, transfer files, manage Docker and Podman over SSH, sign Vault SSH certs. Rust TUI, MIT licensed.
Documentation
1
2
3
4
5
6
# Functions longer than this trip clippy::too_many_lines (enabled in
# Cargo.toml [lints.clippy]). Set high so only genuinely egregious functions
# are flagged: this codebase favours long match/dispatch and data-builder
# functions that are clearer kept whole. Test builds are exempt via a
# crate-level cfg_attr in lib.rs and main.rs.
too-many-lines-threshold = 400