purple-ssh 2.42.2

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
16
17
18
{
    "servers": [
        {
            "id": 42,
            "name": "my-server",
            "public_net": {
                "ipv4": {"ip": "1.2.3.4"},
                "ipv6": {"ip": "2001:db8::/64"}
            },
            "server_type": {"name": "cx22", "description": "CX22"},
            "image": {"name": "ubuntu-22.04", "os_flavor": "ubuntu"},
            "location": {"name": "fsn1", "city": "Falkenstein"},
            "labels": {"env": "prod"},
            "status": "running"
        }
    ],
    "meta": {"pagination": {"page": 1, "last_page": 1}}
}