purple-ssh 3.4.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
// Library re-exports for integration tests.
pub(crate) mod askpass_env;
pub mod changelog;
pub mod containers;
pub mod demo_flag;
pub mod event;
pub mod file_browser;
pub mod fs_util;
pub mod mcp;
pub mod messages;
pub mod providers;
pub mod snippet;
pub mod ssh_config;
pub mod ssh_context;
#[cfg(target_os = "linux")]
pub(crate) mod tcp_diag;
pub mod tunnel;
pub mod tunnel_live;
pub mod vault_ssh;