Interface: SshCommandOptions
How the local ssh client should reach the node's proxy.
Properties
| Property | Type | Description |
|---|---|---|
identityFile? | string | The private key to connect with, passed to ssh -i. |
opIndex? | number | Which operation of the job to reach, as its position in the job definition's ops; every operation has its own SSH sidecar. Defaults to 0. |
proxyMode? | SshProxyMode | Which local tool tunnels through the proxy; defaults to socat. |
proxyPort? | string | number | Port of the node's CONNECT proxy; defaults to 5002. |