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

make TraditionalUIKeyboardInteractive configurable

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 1.0-beta-3
    • wagon-ssh
    • None

    Description

      make org.apache.maven.wagon.providers.ssh.interactive.TraditionalUIKeyboardInteractive so it can be configured like

      <servers>
      <server>
      <id>test-private-repo</id>
      ....
      <configuration>

      <uIKeyboardInteractive implementation="org.apache.maven.wagon.providers.ssh.interactive.TraditionalUIKeyboardInteractive">
      <authInfo implementation="org.apache.maven.wagon.authentication.AuthenticationInfo">
      <password>misecret</password>
      </authInfo>
      </uIKeyboardInteractive>
      </configuration>

      I found it usefull on a ssh server that for one reason doesn't support key auth, and has an interactive-keybord on. Ideally the <authInfo> should be reused.

      Attachments

        1. WAGONSSH-21.diff
          1 kB
          Juan F. Codagnone

        Activity

          People

            brett Brett Porter
            juam Juan F. Codagnone
            Votes:
            3 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: