Uploaded image for project: 'Maven Wagon'
  1. Maven Wagon
  2. WAGON-355

Expose PreferredAuthentications property of jsch in some way

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.0
    • None
    • wagon-ssh
    • None
    • Any. I happened to test with Maven 2.2.1 and jdk 1.7

    Description

      Deploy using scp. Under jdk 1.7, support for gssapi-with-mic works differently than it did under jdk 1.6, to the point where we do not want to use it. Ultimately, the deploy plugin uses the jsch library to deploy using scp. This library has an property called PreferredAuthentications which controls which authentications get used, in which order. The code in AbstractJschWagon hard-codes "gssapi-with-mic,publickey,password,keyboard-interactive" into this property. I'd like a way to somehow override that, preferably in my project's pom file.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              wordmanward Lester Ward
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: