purple-ssh 3.4.0

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
[advisories]
version = 2
ignore = [
    # rsa: timing sidechannel (no fix available). Purple only uses it for GCP
    # JWT signing, not for private key operations over a network.
    "RUSTSEC-2023-0071",
    # time: DoS via stack exhaustion in RFC 2822 parsing. Fix requires Rust
    # 1.88 but our MSRV is 1.86. Purple does not parse user-provided RFC 2822
    # input. Revisit when MSRV is raised.
    "RUSTSEC-2026-0009",
    # paste: unmaintained, no security vulnerability. Pulled transitively by
    # netlink-packet-utils (the rust-netlink ecosystem) for the Linux tunnel
    # throughput sampler. Revisit when netlink-packet-utils migrates to
    # `pastey` or drops the proc-macro dep.
    "RUSTSEC-2024-0436",
]

[licenses]
version = 2
allow = [
    "MIT",
    "Apache-2.0",
    "BSD-2-Clause",
    "BSD-3-Clause",
    "ISC",
    "MPL-2.0",
    "Unicode-3.0",
    "CDLA-Permissive-2.0",
    "Zlib",
]
confidence-threshold = 0.8

[bans]
multiple-versions = "warn"

[sources]
unknown-registry = "deny"
unknown-git = "deny"