You don't need keys to use the scp task. And if the sshexec task works fine, I doubt that this is your problem.
-Rob A > -----Original Message----- > From: Martin Gainty [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 21, 2006 3:54 PM > To: Ant Users List > Subject: Re: scp Failing--Using scp1? > > Aaron- > > It sounds as if you havent et generated any keys Puttygen > will generate a public/private key pair you can use for SSH > tasks based on the type of key you wish to generate e.g. > SSH1 RSA > SSH2 RSA > SSH2 DSA > > HTH, > Martin -- > ********************************************************************* > This email message and any files transmitted with it contain > confidential information intended only for the person(s) to > whom this email message is addressed. If you have received > this email message in error, please notify the sender > immediately by telephone or email and destroy the original > message without making a copy. Thank you. > > > > ----- Original Message ----- > From: "Aaron Davies" <[EMAIL PROTECTED]> > To: "Ant Users" <[email protected]> > Sent: Wednesday, June 21, 2006 5:57 PM > Subject: scp Failing--Using scp1? > > > > The scp task is failing with a "No response from server" exception; > > the same host responds just fine to an sshexec. I've tried manually > > scp'ing a file to the server, and it complains that scp1 is missing, > > but I would think the scp task would be using SSH2 via JSch. Is it > > not? Is there a way to force it to use SSH2? > > -- > > Aaron Davies > > [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]
