Uploaded image for project: 'JITL - JobScheduler Integrated Template Library'
  1. JITL - JobScheduler Integrated Template Library
  2. JITL-674

SSHJ provider - private key from the absolute file system path and use of a Credential Store

    XMLWordPrintable

Details

    • Fix
    • Status: Released (View Workflow)
    • Minor
    • Resolution: Fixed
    • 1.13.10, 2.2.0
    • 1.13.12, 2.2.2
    • 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)
      • 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)

      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

          Activity

            People

              re Robert Ehrlich
              re Robert Ehrlich
              Kanika Agrawal Kanika Agrawal
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: