Re: SCP Auth Faild

2006-07-29 Thread Jhair Tocancipa Triana
I just want to point out, the "Auth fail" error message can be dependant on the ant version you are running. E.g. with a production version: $ ant -version Apache Ant version 1.6.4 compiled on May 19 2005 $ ant deploy deploy: [cc] Starting dependency analysis for 3 files. [cc] 3 fil

RE: SCP Auth Faild

2006-07-27 Thread PHILIPPE Johan
mlins, gremlins MVrGr, Johan > -Original Message- > From: Anderson, Rob (Global Trade) [mailto:[EMAIL PROTECTED] > Sent: woensdag 26 juli 2006 18:46 > To: Ant Users List > Subject: RE: SCP Auth Faild > > Also, what versions on Ant and Jsch are you using? >

RE: SCP Auth Faild

2006-07-26 Thread Anderson, Rob (Global Trade)
es are not terminated with "\n" and there are no quotes around the values. -Rob A > -Original Message- > From: Anderson, Rob (Global Trade) > Sent: Wednesday, July 26, 2006 9:35 AM > To: 'Ant Users List' > Subject: RE: SCP Auth Faild > > The ve

RE: SCP Auth Faild

2006-07-26 Thread Anderson, Rob (Global Trade)
Also, what versions on Ant and Jsch are you using? -Rob A > -Original Message- > From: PHILIPPE Johan [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 26, 2006 1:45 AM > To: Ant Users List > Subject: RE: SCP Auth Faild > > This could be it, the version is >

RE: SCP Auth Faild

2006-07-26 Thread Anderson, Rob (Global Trade)
gt; Subject: RE: SCP Auth Faild > > This could be it, the version is > > OpenSSH_4.1p1, OpenSSL 0.9.7d 17 Mar 2004 > > Thanks for the hint, I'll see if I can confirm it and in the > mean time get rid of the issue. > > > MVrGr, > > Johan > > >

RE: SCP Auth Faild

2006-07-26 Thread PHILIPPE Johan
nt: dinsdag 25 juli 2006 19:33 > To: Ant Users List > Subject: RE: SCP Auth Faild > > It should work. It works for me. I'm not sure why you are having problems > with it. What distribution and version of ssh server are you using? There > have been issues with early ver

RE: SCP Auth Faild

2006-07-25 Thread Anderson, Rob (Global Trade)
Or specify trust="true" in either scp or sshexec tasks, to eliminate the possibility of this being an issue. -Rob A > -Original Message- > From: Michael Giroux [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 25, 2006 11:16 AM > To: Ant Users List > Subject: Re:

Re: SCP Auth Faild

2006-07-25 Thread Michael Giroux
Make sure that the host name in your .ssh/known_hosts file is fully qualified. ex. hostname ssh-rsa ... hostname.mydomain.com ssh-rsa ... The first entry will not work, the second will. The docs jcraft docs describe this, but I have to admit that I overlooked it myself. HTH. -

RE: SCP Auth Faild

2006-07-25 Thread Anderson, Rob (Global Trade)
Rob A > -Original Message- > From: PHILIPPE Johan [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 25, 2006 12:40 AM > To: Ant Users List > Subject: RE: SCP Auth Faild > > Been there, Done That. > And the user name and password are absolute correct and > absolutely

RE: SCP Auth Faild

2006-07-25 Thread PHILIPPE Johan
om: Anderson, Rob (Global Trade) [mailto:[EMAIL PROTECTED] > Sent: maandag 24 juli 2006 19:26 > To: Ant Users List > Subject: RE: SCP Auth Faild > > The error you are getting indicates that the username and password are > incorrect. Some people have had problems if there are special ch

RE: SCP Auth Faild

2006-07-24 Thread Anderson, Rob (Global Trade)
option, in my opinion, is to use an ssh key for authentication. -Rob A > -Original Message- > From: PHILIPPE Johan [mailto:[EMAIL PROTECTED] > Sent: Monday, July 24, 2006 4:52 AM > To: user@ant.apache.org > Subject: RE: SCP Auth Faild > > I'm currently fa

RE: SCP Auth Faild

2006-07-24 Thread PHILIPPE Johan
) Total time: 9 seconds > -Original Message- > From: Arminio Andrei [mailto:[EMAIL PROTECTED] > Sent: woensdag 19 juli 2006 23:16 > To: Ant Users List > Subject: RE: SCP Auth Faild > > I will post u a log tomorrow, now I'm home and I don't have access

RE: SCP Auth Faild

2006-07-19 Thread Arminio Andrei
nge. Anyway, if it works now, that is all that matters. -Rob A > -Original Message- > From: Arminio Andrei [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 19, 2006 11:33 AM > To: Ant Users List > Subject: RE: SCP Auth Faild > > No, there isn't other messages be

RE: SCP Auth Faild

2006-07-19 Thread Anderson, Rob (Global Trade)
there are any other messages from the > scp task before the failure. This may help identify the > problem or show how far the task gets before failure. > > -Rob A > > > -Original Message- > > From: Arminio Andrei [mailto:[EMAIL PROTECTED] > > Sent: Tuesday

RE: SCP Auth Faild

2006-07-19 Thread Arminio Andrei
This may help identify the problem or show how far the task gets before failure. -Rob A > -Original Message- > From: Arminio Andrei [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 18, 2006 8:04 AM > To: Ant Users List > Subject: RE: SCP Auth Faild > > Why? > I'

RE: SCP Auth Faild

2006-07-18 Thread Anderson, Rob (Global Trade)
6 8:04 AM > To: Ant Users List > Subject: RE: SCP Auth Faild > > Why? > I'm using a bash script with scp output droped and print > progress messages > > "Anderson, Rob (Global Trade)" <[EMAIL PROTECTED]> wrote: > Can you send the entire output of t

Re: RE: SCP Auth Faild

2006-07-18 Thread Arminio Andrei
chricht ---- Datum: Mon, 17 Jul 2006 17:50:19 -0700 Von: Rich An: \'Ant Users List\' Betreff: RE: SCP Auth Faild > Also, if you're using ssh keys, make sure you use the proper permissions > on those directories containing the keys. Giving too much permission > (e.g.

RE: SCP Auth Faild

2006-07-18 Thread Arminio Andrei
PROTECTED] > Sent: Monday, July 17, 2006 12:39 PM > To: Ant Users List > Subject: RE: SCP Auth Faild > > Thanks Bob! > > "Anderson, Rob (Global Trade)" wrote: > The error indicates an authentication failure. This can > happen for a few common reaso

RE: SCP Auth Faild

2006-07-18 Thread Arminio Andrei
much permission (e.g., 0777) can cause automated login to fail. ->rich > -Original Message- > From: Anderson, Rob (Global Trade) [mailto:[EMAIL PROTECTED] > Sent: Monday, July 17, 2006 4:31 PM > To: Ant Users List > Subject: RE: SCP Auth Faild > > > Can you

Re: RE: SCP Auth Faild

2006-07-18 Thread Markus M. May
environment, this should not be a problem. R, Markus Original-Nachricht Datum: Mon, 17 Jul 2006 17:50:19 -0700 Von: Rich <[EMAIL PROTECTED]> An: \'Ant Users List\' Betreff: RE: SCP Auth Faild > Also, if you're using ssh keys, make sure you use the prope

RE: SCP Auth Faild

2006-07-17 Thread Rich
ECTED] > Sent: Monday, July 17, 2006 4:31 PM > To: Ant Users List > Subject: RE: SCP Auth Faild > > > Can you send the entire output of the build please. > > -Rob A > > > -Original Message- > > From: Arminio Andrei [mailto:[EMAIL PROTECTED] >

RE: SCP Auth Faild

2006-07-17 Thread Anderson, Rob (Global Trade)
Can you send the entire output of the build please. -Rob A > -Original Message- > From: Arminio Andrei [mailto:[EMAIL PROTECTED] > Sent: Monday, July 17, 2006 12:39 PM > To: Ant Users List > Subject: RE: SCP Auth Faild > > Thanks Bob! > > "Ander

RE: SCP Auth Faild

2006-07-17 Thread Arminio Andrei
t task, but this tomorrow -Rob A > -Original Message- > From: Arminio Andrei [mailto:[EMAIL PROTECTED] > Sent: Friday, July 14, 2006 11:37 PM > To: user@ant.apache.org > Subject: SCP Auth Faild > > Hi all, > > I try to copy a bunch of files from my lo

RE: SCP Auth Faild

2006-07-17 Thread Anderson, Rob (Global Trade)
[EMAIL PROTECTED] > Sent: Friday, July 14, 2006 11:37 PM > To: user@ant.apache.org > Subject: SCP Auth Faild > > Hi all, > > I try to copy a bunch of files from my local machine (Fedora > Core 5) to the jboss server that running on a SuSe Enterprise > 9. I write this ant

SCP Auth Faild

2006-07-14 Thread Arminio Andrei
Hi all, I try to copy a bunch of files from my local machine (Fedora Core 5) to the jboss server that running on a SuSe Enterprise 9. I write this ant task: I'm geting this error: BUILD FAILED /usr/local/cruisecontrol/projects/CNAS-SIUI/build/tst.xml:60: com.jcraft.jsch.JSchException: Aut