Skip to main content
Version: current

ssh


system/ssh

Type: Command

SSH client to connect to remote hosts.

ArgumentTypeDescription
addressalt { ip: ipAddr , ipv6-address: composite { ip6: ip6Addr , interface: [ iface_enum] } }Remote host IPv4 or IPv6 address.
commandstringRemote command to execute.
userstringUsername for the remote host. Defaults to the currently logged-in user.
portnum
src-addressalt { ip: ipAddr , ip6: ip6Addr }Source address to use when connecting. Supports both IPv4 and IPv6.
vrfenum
output-to-filestringWrite output to file instead of terminal. Does not accept password input, use key authentication.