Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.13.10
-
None
Description
Current Situation
- When YADE is configured to use the following settings:
- ssh_provider=sshj
- ssh public key authentication
- use a credential store
- the following error occurs error when public key is used from the absolute file system path:
Caused by: java.lang.NullPointerException at com.sos.vfs.sftp.sshj.common.SSHProviderUtil.getKeyProviderFromKeepass(SSHProviderUtil.java:29)
Workaround
- Use the default ssh provider (ssh_provider=JSCH)