External DB via SSH (SELECT)

db_remote_ssh_query · action · Database · Available · v1.0.0

Description

Read from an EXTERNAL Postgres through a secure SSH tunnel (DBeaver-style). READ-ONLY (SELECT/EXPLAIN only), mandatory host-key pinning against MITM, SSRF and DNS-rebinding guards, credentials from the per-tenant vault.

⚙️ Configuration parameters

Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.

FieldTypeRequiredDefaultDescription
ssh
Connessione SSH
JSON object/arrayyes{ host, port, user, hostKeyFingerprint, auth:{ method:"key", privateKeySecretRef } }
db
Database remoto
JSON object/arrayyes{ engine:"postgres", host, port, database, userSecretRef?, passwordSecretRef? }
sql
SQL (solo SELECT)
codeyes
SELECT * FROM clienti LIMIT 100
rowLimit
Limite righe
numberno1000

💡 Configuration example

JSON snippet of the node as it appears in the workflow. Values are derived fromdefaultValue and from required parameters.

{
  "id": "node-db_remote_ssh_query-1",
  "defId": "db_remote_ssh_query",
  "label": "External DB via SSH (SELECT)",
  "config": {
    "ssh": "<ssh>",
    "db": "<db>",
    "sql": "SELECT * FROM clienti LIMIT 100",
    "rowLimit": 1000
  }
}

🔗 Related nodes in the same category

Ready to use External DB via SSH (SELECT)?

Available now on all FlowForge plans. Try it free without a credit card.

Start freeBrowse all nodes