[ http://jira.codehaus.org/browse/WAGONSSH-19?page=comments#action_64813 ]
Juan F. Codagnone commented on WAGONSSH-19: ------------------------------------------- sure, the idea of this issue is to be able to inject diferent implementations of classes that know how to resolv the host's public keys. if you want (and you know what you are doing) you even can turn off the public key validation. > 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