Skip to content

SSH

SSH host key verification is required.

Configure exactly one verification method:

host_key:
known_hosts: ~/.ssh/known_hosts

or:

host_key:
insecure: true

Use insecure mode only for local development or disposable test hosts.

The SSH runner sends an execution wrapper over stdin so environment values do not have to appear in the remote command string.

Orch does not intend to log raw command invocations or env values by default. User scripts can still print secrets to stdout or stderr, so treat process output as potentially sensitive.