Workspace 6.21.5
SshSendCommand

Sends a command to a remote machine using the SSH protocol. Requires an existing SSH session.

  • Default label: "SSH Send Command"
  • Member of plug-in: Ssh
  • Catalogue path: Ssh
Inputs:
SessionCSIRO::Ssh::SshSessionAn existing SSH session to use. See the SSHLogin operation.
CommandQString

The command to execute on the remote system; e.g the command could be "ls" to list files in a directory.

Outputs:
ResultQString

The text output of the command.