purple-ssh 2.40.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
16
17
{
    "data": [
        {
            "id": 111,
            "label": "app-server",
            "ipv4": ["9.8.7.6", "192.168.1.1"],
            "ipv6": "2600:3c01::1/128",
            "tags": ["production"],
            "region": "us-east",
            "type": "g6-standard-1",
            "status": "running",
            "image": "linode/ubuntu-22.04"
        }
    ],
    "page": 1,
    "pages": 1
}