Uploaded image for project: 'Ivy'
  1. Ivy
  2. IVY-1408

Ssh Resolver doesn't work with recent Jsch versions

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 2.3.0
    • 2.4.0-RC1
    • Core
    • None

    Description

      There is a known "issue" with the Jsch library and Java 1.7, in that it prompts for a kerberos username and password (which are then ignored if other credentials have already been supplied). This doesn't stop the Ant ssh tasks from working, but it does stop them from being completely automated (e.g. scripts invoked by a CI server like Jenkins)

      The workaround is either of two:

      1. Move back to Java 1.6
      2. Use old enough Jsch version (0.1.31 seems to be ok).

      Jsch author, Atsuhiko Yamanaka, suggests to configure Jsch Session as following to avoid the issue:

      session.setConfig("PreferredAuthentications", "publickey,keyboard-interactive,password");
      

      The very same issue was filed and fixed in Ant.

      Attachments

        1. IVY-1408.patch
          2 kB
          Mykhailo Delegan

        Activity

          People

            maartenc Maarten Coene
            meseer Mykhailo Delegan
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: