SSH
SSH host key verification is required.
Configure exactly one verification method:
host_key: known_hosts: ~/.ssh/known_hostsor:
host_key: insecure: trueUse insecure mode only for local development or disposable test hosts.
Command And Env Handling
Section titled “Command And Env Handling”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.