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 07:46:11 UTC

[jira] Created: (WAGONSSH-19) make SingleKnownHostProvider configurable

make  SingleKnownHostProvider configurable
------------------------------------------

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

Make org.apache.maven.wagon.providers.ssh.knownhost.SingleKnownHostProvider configurable like

             <server>
                <id>test-private-repo</id>
                 ....
                <configuration>
                  <knownHostsProvider
                   implementation="org.apache.maven.wagon.providers.ssh.knownhos
t.SingleKnownHostProvider">
                       <host>localhost</host>
                       <key>AAAAB3NzaC1yc2EAAAABIwAAAIEAwps9EL+UKFG6Fb9spvV6YSOi
yLFwVGAgtyQ5r6xdADZRw0AdcCE87uwlVgUgMjGm0D/kifVEYFZu1DQUaKfg+6B3LEz7Dgq5Ir8eJJXq
62mIVqHnXKPOqGIp1TPrtc2BMhSHk5z+4puun6Nbi0hw+g7b0/ywHVbs+7wb01SMREU=</key>
                  </knownHostsProvider>
                </configuration>
              </server>
         </servers>


-- 
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