I use PuTTY ssh client. One of the reasons - it has very very good documentation.
See for example http://the.earth.li/~sgtatham/putty/0.52/htmldoc/Chapter8.html for detailed explanation on how to tune it to use public key authentication. By the way, if I deploy something from Unix - openssh client asks me for the password. If I deploy from Windows machine with the same openssh client (built in cygwin environment) - it hangs. Nevertheless, when I run this openssh client on Windows machine from console - it works perfectly. Just for your information. Best regards, -- Alexei Barantsev, ISP RAS E-mail: [EMAIL PROTECTED] ICQ : 3959207 > -----Original Message----- > From: Martin Cooper [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 16, 2002 10:44 PM > To: 'Turbine Maven Users List' > Subject: RE: Permissions problem with site:deploy > > > > > > -----Original Message----- > > From: Jason van Zyl [mailto:[EMAIL PROTECTED]] > > Sent: Friday, August 16, 2002 11:20 AM > > To: Turbine Maven Users List > > Subject: Re: Permissions problem with site:deploy > > > > > > On Fri, 2002-08-16 at 14:10, Martin Cooper wrote: > > > Using Maven b5, I'm getting permissions problems when I try > > to deploy the > > > Commons FileUpload site. Adding -X, I see that it's trying > > to run ssh and > > > scp, but it's never asking me for a password, so it's not > > surprising that I > > > get permissions failures. How do I get Maven to prompt for > > my password? > > > > > > I'm running in Cygwin (just updated to the latest last > > night) on Win98 > > > (yeah, I know - don't ask! :). > > > > Sorry Martin, I thought the subject read 'jar:deploy'. Missed that > > completely. > > No problem. You had me wondering for a minute, though. ;-) > > > To deploy the site you need to put a copy of public key on > the apache > > box if you have access. It won't prompt you for a password it will > > just hang. Create an id_dsa.pub and cat it onto your > > ~/.ssh/authorized_keys2 > > file on the www.apache.org box. > > Um, I guess you lost me a bit there. Would that be the same > process described here? > http://xml.apache.org/forrest/community/howto/cvs-ssh/howto-cvs-ssh.html #N10 0A3 (This is a Forrest page, but it sounds like what you're talking about.) > I think this is the info you need. If you don't have access to the > www.apache.org box I'm sure one of us can help you out. Thanks, Jason. I do have access to www, so that won't be a problem. -- Martin Cooper > > > -- > > Martin Cooper > > > > > > -- > > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > -- > jvz. > > Jason van Zyl > [EMAIL PROTECTED] > http://tambora.zenplex.org > > In short, man creates for himself a new religion of a rational and > technical order to justify his work and to be justified in it. > > -- Jacques Ellul, The Technological Society > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
