Page History
...
- The JS7 - JITL SSH job allows execution of shell commands and scripts on a remote host running an SSH server without requiring the need of a local SSH client to be installedavailable.
- To log in to remote systems using a pair of public/private keys. in this example we added the client's public key to the remote server with the
authorized_keys
file in the.ssh/
sub-directory of the target account's home directory.
...
- jdSSHPublicKeyAuthentication: In this workflow , the
command
parameter argument is used to execute a single command on the remote server. - jdSSHScriptPublicKeyAuthentication: In this workflow , the
command_script
parameter argument is used to run a full-blown script on the remote server. You can add the contents of a shell script to thecommand_script
parameter itscript
argument that will execute the script on the remote server.
...
Overview
Content Tools