Sébastien Arbogast wrote on Tuesday, August 16, 2005 3:53 PM:

> Hi,
> 
> First of all I'd like to thank and congratulate Vincent
> Massol and Tim O'Brien for this excellent book I'm reading
> right now (Maven, A Developer's Notebook). It's really
> excellent and enables me to use Maven at full capacity.
> 
> But I have a problem with one of the tips concerning site
> deployment (Chapter 4, page 124) which recommends to use a
> public/private key scheme for SSH when deploying the site.
> The problem is that I've just installed Cygwin and it's
> OpenSSH port on my windows box, but I don't know how to
> configure it to use that scheme. It works great using
> password for artifact deployment, but for site deployment, it
> hangs because of authentication failure.
> 
> I'm aware of the fact that this question may be a little off
> topic, but as it deals with a book about Maven, someone who
> has already solved that issue could give me a link to a
> tutorial or give me a few guidelines here. Why not a tip that
> could be added to MavenBook website...?

For Cygwin you'll have to use scpexe protocol and the wrapper scripts from
http://jira.codehaus.org/browse/MPARTIFACT-28

This setup will interact with a running ssh-agent.

- Jörg

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

Reply via email to