purple-ssh 3.18.1

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
// Runtime support for the binary entry. Hosts the helpers that previously
// lived in src/main.rs so library code can reach them without the bin crate
// having to re-export them across the lib/bin boundary.
pub mod env;
pub mod helpers;
pub mod launcher;