Re: ANT's Scp fails without a passphase

2006-06-10 Thread Martin Gainty
- From: "Eric Wood" <[EMAIL PROTECTED]> To: "Ant Users List" Sent: Thursday, June 08, 2006 12:53 PM Subject: ANT's Scp fails without a passphase I can't seem to run ant's scp without a passphase even though the key that I generated and have distributed to t

RE: ANT's Scp fails without a passphase

2006-06-08 Thread Eric Wood
That is what I thought. I could not see a way to get it to work. Thanks for all of your help. Eric -Original Message- From: Anderson, Rob (Global Trade) [mailto:[EMAIL PROTECTED] Sent: Thursday, June 08, 2006 1:51 PM To: Ant Users List Subject: RE: ANT's Scp fails without a pass

RE: ANT's Scp fails without a passphase

2006-06-08 Thread Anderson, Rob (Global Trade)
You cannot specify a remote fileset. Filesets can only be used to specify local files. -Rob A > -Original Message- > From: Eric Wood [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 08, 2006 10:24 AM > To: Ant Users List > Subject: RE: ANT's Scp fails without a

RE: ANT's Scp fails without a passphase

2006-06-08 Thread Eric Wood
m the documentation. Does anybody know how I would specify this using a fileset? Eric -Original Message- From: Anderson, Rob (Global Trade) [mailto:[EMAIL PROTECTED] Sent: Thursday, June 08, 2006 1:12 PM To: Ant Users List Subject: RE: ANT's Scp fails without a passphase You have not s

RE: ANT's Scp fails without a passphase

2006-06-08 Thread Anderson, Rob (Global Trade)
You have not specified a knownhosts file. Either specify a knownhosts file or trust="true". -Rob A > -Original Message- > From: Eric Wood [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 08, 2006 10:07 AM > To: Ant Users List > Subject: RE: ANT's

RE: ANT's Scp fails without a passphase

2006-06-08 Thread Eric Wood
Users List Subject: RE: ANT's Scp fails without a passphase Specify an empty passphrase. -Rob A > -Original Message- > From: Eric Wood [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 08, 2006 9:53 AM > To: Ant Users List > Subject: ANT's Scp fails without a passp

RE: ANT's Scp fails without a passphase

2006-06-08 Thread Anderson, Rob (Global Trade)
Specify an empty passphrase. -Rob A > -Original Message- > From: Eric Wood [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 08, 2006 9:53 AM > To: Ant Users List > Subject: ANT's Scp fails without a passphase > > I can't seem to run ant's scp withou

ANT's Scp fails without a passphase

2006-06-08 Thread Eric Wood
I can't seem to run ant's scp without a passphase even though the key that I generated and have distributed to the remote machine was generated without a passphase. Any idea how I can get ant's scp to work without specifying a passphase? Eric