[ http://jira.codehaus.org/browse/WAGON-178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brett Porter updated WAGON-178: ------------------------------- Fix Version/s: 1.0-beta-3 > make TraditionalUIKeyboardInteractive configurable > -------------------------------------------------- > > Key: WAGON-178 > URL: http://jira.codehaus.org/browse/WAGON-178 > Project: Maven Wagon > Issue Type: Improvement > Components: wagon-ssh > Reporter: Juan F. Codagnone > Priority: Minor > Fix For: 1.0-beta-3 > > 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