Password for SSH authentication (optional if using key-based auth).
identity_file
string
No
Path to private key file for SSH authentication.
timeout
string
No
30s
Timeout for SSH connection (e.g., ’30s’, ‘5m’).
Ping Expect Options
Attribute
Type
Required
Default
Description
should_fail
boolean
No
false
If set to true, the expected behavior is that the ping won’t work. Otherwise, a successful ping is expected.
Ping Examples
Basic Ping
cmd: pingname: Wait for the device to become online.options:
timeout: 4mparameters:
host: "[[attributes.Host]]"
Ping with SSH Proxy
- cmd: pingname: Wait for the device to become online.options:
timeout: 4mparameters:
host: "[[attributes.host]]"port: 22proxy:
type: sshhost: "[[attributes.dutctl]]"port: 22ssh:
user: oscaridentity_file: "[[ssh-keys.proxy_key]]"# Or omit for auto-discovery