purple-ssh 3.1.0

Open-source terminal SSH manager and SSH config editor. Search hundreds of hosts, sync from 16 clouds, transfer files, manage Docker and Podman over SSH, sign short-lived Vault SSH certs and expose an MCP server for AI agents. 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"