I gave up on this, and hacked my copy of plugin.jelly to not attempt the ssh, scp and delete, so that I could upload and expand manually. So I finally got the site deployed. :-)
Having done that, a suggestion: it might not be a bad idea to allow for leaving the .tar.gz file around somehow. The main reason I had to hack the script is that this file was deleted even if the ssh and/or scp commands failed. -- Martin Cooper > -----Original Message----- > From: Martin Cooper [mailto:[EMAIL PROTECTED]] > Sent: Saturday, August 17, 2002 12:24 AM > 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:55 AM > > To: Turbine Maven Users List > > Subject: RE: Permissions problem with site:deploy > > > > > > On Fri, 2002-08-16 at 14:44, Martin Cooper wrote: > > > > > > > > > > -----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? > > > > Yup, that's it exactly :-) > > Hmm. I followed the instructions to the letter, including specifying a > passphrase, as recommended, and now I get: > > [exec] Host key verification failed. > [exec] [ERROR] Result: 255 > [exec] Host key verification failed. > [exec] lost connection > [exec] [ERROR] Result: 1 > [exec] Host key verification failed. > [exec] [ERROR] Result: 255 > > What am I missing this time? > > Thanks! > > -- > Martin Cooper > > > > > > > > > http://xml.apache.org/forrest/community/howto/cvs-ssh/howto-cv > > s-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. > > > > Cool, let me know if you have any problems. > > > > > -- > > > 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]> > > -- > > 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]>
