[Index]

ssh:exec


Runs a remote SSH Exec command.

Property Summary

command The command to run.
connection The Remote Connection.
name The name of the job.
redirectStderr Merge stderr into stdout.
stderr An output to where stderr of the proces will be written.
stdin An input stream which will act as stdin for the process.
stdout An output to where stdout for the process will be written.

Property Detail

command

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredYes.

The command to run.

connection

Configured ByELEMENT
AccessREAD_WRITE
RequiredYes.

The Remote Connection. This will be automatically injected if this is the child of an ssh:cascade.

name

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredNo.

The name of the job. Can be any text.

redirectStderr

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredNo.

Merge stderr into stdout.

stderr

Configured ByELEMENT
AccessREAD_WRITE
RequiredNo.

An output to where stderr of the proces will be written.

stdin

Configured ByELEMENT
AccessREAD_WRITE
RequiredNo.

An input stream which will act as stdin for the process.

stdout

Configured ByELEMENT
AccessREAD_WRITE
RequiredNo.

An output to where stdout for the process will be written.


(c) R Gordon Ltd 2005 - Present