RE: Sshexec: Auth fail

2005-10-13 Thread Dick, Brian E.
Cool. Thanks. -Original Message- From: Matt Benson [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 11, 2005 4:50 PM To: Ant Users List Subject: RE: Sshexec: Auth fail Actually... that was on ant-dev, the supplier was one of the (AFAIU) key guys at JCraft, the writers of the jsch

RE: Sshexec: Auth fail

2005-10-11 Thread Matt Benson
h worked. Here's the URL to the patch. This > should be added to > the code base. > > http://marc.theaimsgroup.com/?l=ant-dev&m=111959408515300&w=2 > > -Original Message- > From: Dick, Brian E. > Sent: Tuesday, October 11, 2005 2:15 PM > To: Ant Us

RE: Sshexec: Auth fail

2005-10-11 Thread Dick, Brian E.
The patch worked. Here's the URL to the patch. This should be added to the code base. http://marc.theaimsgroup.com/?l=ant-dev&m=111959408515300&w=2 -Original Message- From: Dick, Brian E. Sent: Tuesday, October 11, 2005 2:15 PM To: Ant Users List Subject: RE: Sshexec: A

RE: Sshexec: Auth fail

2005-10-11 Thread Dick, Brian E.
, stdout 0.0, stderr 2.8 debug1: Exit status 0 -Original Message- From: Anderson, Rob (Global Trade) [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 11, 2005 1:59 PM To: Ant Users List Subject: RE: Sshexec: Auth fail You will probably want to get ssh working from cygwin before att

RE: Sshexec: Auth fail

2005-10-11 Thread Anderson, Rob (Global Trade)
rian E. [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 11, 2005 8:25 AM > To: Ant Users List > Subject: RE: Sshexec: Auth fail > > Can I get some help for the problem below? > > -Original Message- > From: Dick, Brian E. > Sent: Friday, October 07, 2005 11:24

RE: Sshexec: Auth fail

2005-10-11 Thread Dick, Brian E.
Can I get some help for the problem below? -Original Message- From: Dick, Brian E. Sent: Friday, October 07, 2005 11:24 AM To: Ant Users List Subject: Sshexec: Auth fail Any hints on how to debug the sshexec task "auth fail"? It was working a couple of weeks ago, but it is n

Sshexec: Auth fail

2005-10-07 Thread Dick, Brian E.
Any hints on how to debug the sshexec task "auth fail"? It was working a couple of weeks ago, but it is now failing for some unknown reason. Of course, "nothing has changed" on my machine. I can connect using ssh from cygwin. Thanks Here's a short test project I'm using to debug. ---