execute ssh
attempts to access a remote host using the ssh service
Synopsis
execute ssh attempts to connect to a remote host using the ssh service.
A remote host IP, port, and user to connect with should be provided to the respective flags.
execute ssh [flags]
Options
-h, --help help for ssh
--remote.ip string The IP of the remote host to connect to
--remote.port int The port to be used by the remote SSH service. [default: 22]
--remote.user string The user that will be used to connect to the remote host
See also
- execute - for executing commands on the host