DatabaseSSHTunnel
idintegernullable
SSH Tunnel ID (for updates)
server_addressstring
Possible values: non-empty and <= 256 characters, Value must match regular expression ^[A-Za-z0-9._:\-\[\]]+$
server_host_keystringnullable
Expected SSH server host key in authorized-key form (e.g. 'ssh-ed25519 AAAA...'). When set, the server's host key is verified against it before the tunnel is opened.
server_portinteger
usernamestring
DatabaseSSHTunnel
{
"id": 0,
"server_address": "string",
"server_host_key": "string",
"server_port": 0,
"username": "string"
}