Is there any way to specify the executable to use? I'm working with
Putty under Windows, so instead of an scp executable I'd like to use
Plink (bundled with Putty, Pageant aware).

Thanks a lot, best regards
Jose

2005/10/13, Brett Porter <[EMAIL PROTECTED]>:
> <build>
>   <extensions>
>     <extension>
>       <groupId>org.apache.maven.wagon</groupId>
>       <artifactId>wagon-ssh-external</artifactId>
>       <version>1.0-alpha-5</version> (use -alpha-4 if having problems
> on m2 beta-3)
>     </extension>
>   </extensions>
> </build>
>
> <distributionManagement>
>   <repository>
>     <url>scpexe://...</url>
>     ...
>
> Cheers,
> Brett
>
>
> On 10/13/05, Jörg Schaible <[EMAIL PROTECTED]> wrote:
> > Jose Gonzalez Gomez wrote on Thursday, October 13, 2005 1:06 PM:
> >
> > > Hi there,
> > >
> > > Is there any way to use a SSH key agent (like Pageant in
> > > Putty) to handle SCP authentications? As far as I know the
> > > only way to use a protected private key is to write down the
> > > password in the settings files, am I wrong? I would like to avoid
> > > this if possible...
> >
> > Use the scpexe protocol. This will invoke a native scp. But don't ask me 
> > how this is configured in M2, I can only see that wagon has still a 
> > ssh-external artifact.
> >
> > - Jörg
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to