[ http://jira.codehaus.org/browse/WAGONSSH-19?page=comments#action_64748 ] 

Dan Fabulich commented on WAGONSSH-19:
--------------------------------------

Assuming I understand this issue, I think I really need either WAGONSSH-20 or 
WAGONSSH-19 to be fixed.  On my official build system, I don't have the 
authority to leave files in the home directory.  (The official build machine 
needs to remain pristine; if everybody just dropped one little custom file for 
their build, there'd be no way to reproduce the build machine.)  That means 
that I need to be able to convince Maven to accept a host with an arbitrary 
public key.  It looks like there's already a patch available... can somebody 
just merge this in?

> 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

Reply via email to