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
[{
    "uuid": "abc-123-def",
    "name": "flex-web-01",
    "status": "delivered",
    "location": "Amsterdam",
    "instanceType": "bm.general1.small",
    "os": {"slug": "ubuntu-2204-lts", "name": "Ubuntu 22.04 LTS"},
    "ipAddresses": [
        {"ip": "1.2.3.4", "version": 4, "public": true},
        {"ip": "10.0.0.1", "version": 4, "public": false}
    ],
    "tags": ["production", "web"]
}]