Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.13.10, 2.2.0
-
None
Description
Current Situation
- JobScheduler 1.13.10, 1.13.11
- When JITL SSH jobs are configured to use the following settings:
- ssh_provider=sshj
- ssh public key authentication
- use a credential store
- then the SSH job throws the following error when a private key is used from an absolute file system path :
Caused by: java.lang.NullPointerException at com.sos.vfs.sftp.sshj.common.SSHProviderUtil.getKeyProviderFromKeepass(SSHProviderUtil.java:29)
- When JITL SSH jobs are configured to use the following settings:
- JS7
- When SSH jobs are configured to use the following settings:
- ssh public key authentication
- use a credential store
- then the SSH job throw the following error:
java.lang.NullPointerException at com.sos.commons.vfs.ssh.common.SSHProviderUtil.getKeyProviderFromKeepass(SSHProviderUtil.java:27)
- When SSH jobs are configured to use the following settings:
Workaround
- JobScheduler 1.13.10, 1.13.11
- Use the default ssh provider (ssh_provider=JSCH)
- JS7
- Do not use a credential store
Attachments
Issue Links
- relates to
-
YADE-581 SSHJ provider - private/public key authentication and use of a Credential Store
- Released