Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Connects to a remote host without the need to install a local SSH client

  • Processes on the remote host:
    • commands
    • scripts
    • transfer of local scripts to the remote host and start execution of these scripts on the remote host
  • Publishes environment variables
  • Publishes return values for parameters to be used in follow-on jobs in the job chain.
  • Provides support for operating system specific commands

 SSH SSH Session Management

  • Provides control over remote sessions
  • Regulates Rules the termination of remote child processes and parent processes with term or kill

...