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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]