Versions Compared

Key

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

...

To use the JSch implementation in JobScheduler Version 1.9.x you have to configure the following parameter in the params section of the scheduler.xml, in newer versions you don´t have to configure this parameter.

The Trilead implementation is deprecated starting with JobScheduler 1.10.0 and will be removed in future releases. If you still want to use the Trilead implementation, change the below parameter value to false in JobScheduler Releases 1.10.x.

Code Block
languagexml
<param name="jitl.ssh.use_jsch_impl" value="true"/>

...