You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wagon-dev@maven.apache.org by "Juan F. Codagnone (JIRA)" <ji...@codehaus.org> on 2005/10/15 09:01:11 UTC

[jira] Created: (WAGONSSH-21) make TraditionalUIKeyboardInteractive configurable

make TraditionalUIKeyboardInteractive configurable
--------------------------------------------------

         Key: WAGONSSH-21
         URL: http://jira.codehaus.org/browse/WAGONSSH-21
     Project: wagon-ssh
        Type: Improvement
 Reporter: Juan F. Codagnone
    Priority: Minor
 Attachments: WAGONSSH-21.diff

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.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: wagon-dev-unsubscribe@maven.apache.org
For additional commands, e-mail: wagon-dev-help@maven.apache.org