purple-ssh 3.2.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
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "vpss": [{
        "name": "example-vps",
        "uuid": "bfa08ad9-6c12-4e03-95dd-a888b97ffe49",
        "description": "My web server",
        "productName": "vps-bladevps-x1",
        "operatingSystem": "ubuntu-22.04",
        "status": "running",
        "ipAddress": "203.0.113.2",
        "availabilityZone": "ams0",
        "tags": ["production", "web"],
        "cpus": 2,
        "memorySize": 4194304
    }]
}