Details
-
Deprecation
-
Status: Deprecated (View Workflow)
-
Major
-
Resolution: Deprecated
-
None
-
None
Description
Deprecation
- With release 1.9 we switched from the Trilead implementation to JSch by JCraft:
- A lot of new features have been added to SSH jobs:
- We recommend to our users to switch to the new JSch based SSH jobs in a foreseeable time slot:
- Perform tests with the new SSH jobs starting from release 1.9
- To activate the JSch implementation in JobScheduler add <param name="jitl.ssh.use_jsch_impl" value="true"/> to the params section of the file scheduler.xml.
- Switch to production use of the new SSH jobs starting from release 1.10
- The JSch implementation will be activated by default.
- To fall back to the Trilead implementation in JobScheduler add <param name="jitl.ssh.use_jsch_impl" value="false"/> to the params section of the file scheduler.xml.
- Perform tests with the new SSH jobs starting from release 1.9
Deprecation History
- Release 1.10: deprecated
- Release 1.11: unsupported
- Releae 1.12: removed