SSH

Cloud & Infrastructure integration · 1 node(s).

00Overview

Every field below is exactly what you see in the Flomation editor. Fields marked ● live picker let you choose from a list pulled live from your account — no IDs to look up.

01Connecting SSH

Add your credentials as a Flomation environment secret, then pick them in each node. The connection fields are:

FieldTypeDetails
AuthenticationstringRequiredPrivate Key, Passwor
SSH Private KeysecretRequiredSelect an environment secret holding the private key
Key PassphrasesecretOnly if the private key is encrypted
PasswordsecretRequired
i
Pick an Environment on your flow (Flow Settings → Environment) so the secret resolves. Secret fields never show the value — they reference ${secrets.your_secret}.

02Run

SSH Run Command

ssh/run · Action

Connect to a remote host over SSH and execute a command

FieldTypeDetails
HoststringRequiredexample.com or 10.0.0.5
Portinteger22
Host Key FingerprintstringSHA256:... (optional — verifies the server's host key)
UsernamestringRequiredroot
AuthenticationstringRequiredchoices: Private Key, Password
SSH Private KeysecretRequiredSelect an environment secret holding the private key
Key PassphrasesecretOnly if the private key is encrypted
PasswordsecretRequired
CommandtextRequireduptime
Command Timeout (seconds)integer300 (-1 for no timeout)

Returns: tool_result, stdout, stderr, exit_code

03Notes & Limitations

Behaviours and constraints worth knowing before you build with these nodes.