ssh
system/ssh
Type: Command
SSH client to connect to remote hosts.
| Argument | Type | Description |
|---|---|---|
| address | alt { ip: ipAddr , ipv6-address: composite { ip6: ip6Addr , interface: [ iface_enum] } } | Remote host IPv4 or IPv6 address. |
| command | string | Remote command to execute. |
| user | string | Username for the remote host. Defaults to the currently logged-in user. |
| port | num | |
| src-address | alt { ip: ipAddr , ip6: ip6Addr } | Source address to use when connecting. Supports both IPv4 and IPv6. |
| vrf | enum | |
| output-to-file | string | Write output to file instead of terminal. Does not accept password input, use key authentication. |