Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Introduction updated

Display feature availability
StartingFromRelease1.9

...

Introduction

The JobSchedulerSSHJob can run with either the Trilead implementation (default) or the JSch implementation by JCraftJobScheduler JITL SSH job uses either an SSH implementation from Trilead or, starting with JobScheduler version 1.9, an implementation of JCraft's JSch.

JSch is the default implementation for the JITL SSH job from JobScheduler version 1.10 onwards. The Trilead SSH implementation will not be supported from JobScheduler version 1.12 and removed later.

The JSch implementation for SSH connections adds the use of return values to the already existing functionality of the JobSchedulerSSHJob.

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 SSH implementation in versions 1.10 and newer, change the below parameter value shown below to false in JobScheduler Releases 1.10.x.

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

...