...
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
...
- See Example for the JobScheduler SSH Job
- See Limitations when using SSH jobs for Windows for an overview.