Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 49765 invoked from network); 13 Oct 2005 10:37:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Oct 2005 10:37:09 -0000 Received: (qmail 40804 invoked by uid 500); 13 Oct 2005 10:37:05 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 39889 invoked by uid 500); 13 Oct 2005 10:37:02 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 39878 invoked by uid 99); 13 Oct 2005 10:37:02 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Oct 2005 03:37:01 -0700 Received-SPF: pass (asf.osuosl.org: local policy) Received: from [192.223.198.27] (HELO maillnx-us112.fmr.com) (192.223.198.27) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Oct 2005 03:37:03 -0700 Received: from MSGMMKSM01WIN.DMN1.FMR.COM (MSGMMKSM01WIN.dmn1.fmr.com [10.33.139.32]) by maillnx-us112.fmr.com (Switch-3.1.2/Switch-3.1.0) with SMTP id j9DAac6G010424 for ; Thu, 13 Oct 2005 06:36:39 -0400 Received: from MSGMMKIV02WIN.DMN1.FMR.COM (10.33.148.31) by MSGMMKSM01WIN.DMN1.FMR.COM (Sigaba Gateway v3.83) with ESMTP id 49396847; Thu, 13 Oct 2005 06:36:38 -0400 Received: from MSGMMKIM02WIN.DMN1.FMR.COM ([172.25.108.84]) by MSGMMKIV02WIN.DMN1.FMR.COM with SMTP_server; Thu, 13 Oct 2005 06:36:38 -0400 Received: from msgmmkclp2win.FMR.COM ([10.33.182.27]) by MSGMMKIM02WIN.DMN1.FMR.COM with Microsoft SMTPSVC(5.0.2195.6713); Thu, 13 Oct 2005 06:36:38 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: Sshexec: Auth fail Date: Thu, 13 Oct 2005 06:36:38 -0400 Message-ID: <51D0EACF8592FA4EAB5D9D83927202FA1537F0@MSGMMKCLP2WIN.DMN1.FMR.COM> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Sshexec: Auth fail Thread-Index: AcXOpVyrhI9QQQZFSnKCLP273hRdgQBPJlbg From: "Dick, Brian E." To: "Ant Users List" X-OriginalArrivalTime: 13 Oct 2005 10:36:38.0290 (UTC) FILETIME=[FDD1BF20:01C5CFE1] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Cool. Thanks. -----Original Message----- From: Matt Benson [mailto:gudnabrsam@yahoo.com]=20 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 package that implements the SSH tasks, and it has already been applied to Ant's HEAD. Thanks, Matt --- "Dick, Brian E." wrote: > The patch worked. Here's the URL to the patch. This > should be added to > the code base. >=20 > http://marc.theaimsgroup.com/?l=3Dant-dev&m=3D111959408515300&w=3D2 >=20 > -----Original Message----- > From: Dick, Brian E.=20 > Sent: Tuesday, October 11, 2005 2:15 PM > To: Ant Users List > Subject: RE: Sshexec: Auth fail >=20 >=20 > It works from cygwin. Here's the output for ssh -v. >=20 > I found a post in the jsch forum from an ant user > that had to patch the > SSHUserInfo class to support the > UIKeyboardInteractive interface. I'm > trying his patch. I'll let you know how it goes. >=20 > OpenSSH_3.8.1p1, OpenSSL 0.9.7d 17 Mar 2004 > debug1: Connecting to foohost [x.x.x.x] port 22. > debug1: Connection established. > debug1: identity file > /cygdrive/c/home/user/.ssh/identity type -1 > debug1: identity file > /cygdrive/c/home/user/.ssh/id_rsa type -1 > debug1: identity file > /cygdrive/c/home/user/.ssh/id_dsa type -1 > debug1: Remote protocol version 2.0, remote software > version > OpenSSH_3.7.1p2 > debug1: match: OpenSSH_3.7.1p2 pat OpenSSH* > debug1: Enabling compatibility mode for protocol 2.0 > debug1: Local version string SSH-2.0-OpenSSH_3.8.1p1 > debug1: SSH2_MSG_KEXINIT sent > debug1: SSH2_MSG_KEXINIT received > debug1: kex: server->client aes128-cbc hmac-md5 none > debug1: kex: client->server aes128-cbc hmac-md5 none > debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) > sent > debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP > debug1: SSH2_MSG_KEX_DH_GEX_INIT sent > debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY > debug1: Host 'foohost' is known and matches the RSA > host key. > debug1: Found key in > /cygdrive/c/home/user/.ssh/known_hosts:1 > debug1: ssh_rsa_verify: signature correct > debug1: SSH2_MSG_NEWKEYS sent > debug1: expecting SSH2_MSG_NEWKEYS > debug1: SSH2_MSG_NEWKEYS received > debug1: SSH2_MSG_SERVICE_REQUEST sent > debug1: SSH2_MSG_SERVICE_ACCEPT received >=20 > =20 > ************************************************************************ > * > * WARNING: This system is restricted to authorized > users for > legitimate * > * business purposes and is subject to audit. The > unauthorized access, > * > * use, or modification of this system or of the > data contained therein > * > * or in transit to/from it is a criminal violation > of Federal and > * > * state laws > * > =20 > ************************************************************************ > * > debug1: Authentications that can continue: > publickey,keyboard-interactive > debug1: Next authentication method: publickey > debug1: Trying private key: > /cygdrive/c/home/user/.ssh/identity > debug1: Trying private key: > /cygdrive/c/home/user/.ssh/id_rsa > debug1: Trying private key: > /cygdrive/c/home/user/.ssh/id_dsa > debug1: Next authentication method: > keyboard-interactive > Password: > debug1: Authentication succeeded > (keyboard-interactive). > debug1: channel 0: new [client-session] > debug1: Entering interactive session. > Last login: Tue Oct 11 13:44:45 2005 from fooclient. >=20 > =20 > ************************************************************************ > * > * WARNING: This system is restricted to authorized > users for > legitimate * > * business purposes and is subject to audit. The > unauthorized access, > * > * use, or modification of this system or of the > data contained therein > * > * or in transit to/from it is a criminal violation > of Federal and > * > * state laws > * > =20 > ************************************************************************ > * > foohost% logout > debug1: client_input_channel_req: channel 0 rtype > exit-status reply 0 > debug1: channel 0: free: client-session, nchannels 1 > Connection to foohost closed. > debug1: Transferred: stdin 0, stdout 0, stderr 33 > bytes in 11.9 seconds > debug1: Bytes per second: stdin 0.0, stdout 0.0, > stderr 2.8 > debug1: Exit status 0 >=20 >=20 >=20 > -----Original Message----- > From: Anderson, Rob (Global Trade) > [mailto:Rob.Anderson@nike.com]=20 > Sent: Tuesday, October 11, 2005 1:59 PM > To: Ant Users List > Subject: RE: Sshexec: Auth fail >=20 >=20 > You will probably want to get ssh working from > cygwin before attempting > to connect via Ant. The error suggests you are using > the wrong username > or password. Perhaps the password expired? What > happens on the command > line in cygwin? >=20 > -Rob A >=20 > > -----Original Message----- > > From: Dick, Brian E. [mailto:Brian.Dick@FMR.com]=20 > > Sent: Tuesday, October 11, 2005 8:25 AM > > To: Ant Users List > > Subject: RE: Sshexec: Auth fail > >=20 > > Can I get some help for the problem below? > >=20 > > -----Original Message----- > > From: Dick, Brian E.=20 > > Sent: Friday, October 07, 2005 11:24 AM > > To: Ant Users List > > Subject: Sshexec: Auth fail > >=20 > >=20 > > Any hints on how to debug the sshexec task "auth > fail"? It=20 > > was working a couple of weeks ago, but it is now > failing for=20 > > some unknown reason. Of course, "nothing has > changed" on my=20 > > machine. I can connect using ssh from cygwin. > >=20 > > Thanks > >=20 > >=20 > > Here's a short test project I'm using to debug. > > > ---------------------------------------------------------------------- > > > >=20 > > default=3D"chkssh"> > > > username=3D"${username}" > > password=3D"${password}" > > command=3D"ls -l" > > trust=3D"yes"/> > > > > > > > ---------------------------------------------------------------------- > >=20 > > Here's the debug output from the above. > > > ---------------------------------------------------------------------- > > Apache Ant version 1.7alpha compiled on December 1 > 2004 > > Buildfile: chkssh.xml > > Adding reference: ant.PropertyHelper > > Detected Java version: 1.4 in: > C:\j2sdk1.4.2_05\jre Detected=20 > > OS: Windows XP Adding reference: > ant.ComponentHelper Setting=20 > > ro project property: ant.version -> Apache Ant > version=20 >=20 =3D=3D=3D message truncated =3D=3D=3D =09 =09 __________________________________=20 Yahoo! Mail - PC Magazine Editors' Choice 2005=20 http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org