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

RE: SCP Auth Faild

2006-07-27 Thread PHILIPPE Johan
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? -Rob A -Original Message- From: PHILIPPE

RE: SCP Auth Faild

2006-07-26 Thread PHILIPPE Johan
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 versions of sshd that do not support the diffie-hellman

RE: SCP Auth Faild

2006-07-26 Thread Anderson, Rob (Global Trade)
PROTECTED] Sent: 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 versions of sshd

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 OpenSSH_4.1p1, OpenSSL 0.9.7d 17

RE: SCP Auth Faild

2006-07-26 Thread Anderson, Rob (Global Trade)
Users List 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 -Original Message- From

RE: SCP Auth Faild

2006-07-25 Thread PHILIPPE Johan
) [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 characters in the password and the password

RE: SCP Auth Faild

2006-07-25 Thread Anderson, Rob (Global Trade)
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 straight forward. The error is indicating

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)
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: SCP Auth Faild Make sure

RE: SCP Auth Faild

2006-07-24 Thread PHILIPPE Johan
: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 to may build server. Thx again Rob, Arminio A. Anderson, Rob (Global Trade) [EMAIL PROTECTED] wrote: It doesn't say Connecting to host:22 before the failure

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 facing a similar problem

RE: SCP Auth Faild

2006-07-19 Thread Arminio Andrei
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'm using a bash script with scp output droped and print progress

RE: SCP Auth Faild

2006-07-19 Thread Anderson, Rob (Global Trade)
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'm using a bash script with scp output droped

RE: SCP Auth Faild

2006-07-19 Thread Arminio Andrei
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 before failure! I'm sure the best practice is tu use ssh keys that works for me

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\' user@ant.apache.org Betreff: RE: SCP Auth Faild Also, if you're using ssh keys, make sure you use the proper

RE: SCP Auth Faild

2006-07-18 Thread Arminio Andrei
(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 send the entire output of the build please. -Rob

RE: SCP Auth Faild

2006-07-18 Thread Arminio Andrei
, 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 reasons. 1. If your password has special characters and you are putting the actual

Re: RE: SCP Auth Faild

2006-07-18 Thread Arminio Andrei
, that there are now some security issues, and that it would be better to use public/private keys, but in our environment, this should not be a problem. R, Markus Original-Nachricht Datum: Mon, 17 Jul 2006 17:50:19 -0700 Von: Rich An: \'Ant Users List\' Betreff: RE: SCP Auth Faild Also

RE: SCP Auth Faild

2006-07-18 Thread Anderson, Rob (Global Trade)
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 the build please. -Rob A -Original Message- From: Arminio

RE: SCP Auth Faild

2006-07-17 Thread Anderson, Rob (Global Trade)
The error indicates an authentication failure. This can happen for a few common reasons. 1. If your password has special characters and you are putting the actual password in your build.xml you may get this error. To fix the problem, put the password in a properties file and use a property in

RE: SCP Auth Faild

2006-07-17 Thread Arminio Andrei
Thanks Bob! Anderson, Rob (Global Trade) [EMAIL PROTECTED] wrote: The error indicates an authentication failure. This can happen for a few common reasons. 1. If your password has special characters and you are putting the actual password in your build.xml you may get this error. To fix

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! Anderson, Rob (Global Trade) [EMAIL PROTECTED] wrote

RE: SCP Auth Faild

2006-07-17 Thread Rich
: 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] Sent: Monday, July 17, 2006 12:39 PM To: Ant Users List Subject: RE