Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 50837 invoked from network); 31 Jan 2008 00:32:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Jan 2008 00:32:52 -0000 Received: (qmail 30851 invoked by uid 500); 31 Jan 2008 00:32:39 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 30820 invoked by uid 500); 31 Jan 2008 00:32:39 -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 30809 invoked by uid 99); 31 Jan 2008 00:32:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jan 2008 16:32:39 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of atsuhiko.yamanaka@gmail.com designates 209.85.132.248 as permitted sender) Received: from [209.85.132.248] (HELO an-out-0708.google.com) (209.85.132.248) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Jan 2008 00:32:12 +0000 Received: by an-out-0708.google.com with SMTP id b15so147867ana.25 for ; Wed, 30 Jan 2008 16:32:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=94j0JX0EUXZIeuqGtlyOYRBS7TPWAqI6GeatMx4WZpI=; b=DKxpTrGBbM7944BSyNYKa0r2VOYfu9rY1ndc/rpp+pTgSJTCVt8uz/6Rq5k9pILlx5EpvSkALAx8tY+ko34e+toQcrkzboNm0zHAZzwV/Rr3E+ixSCmE4y3BTJGof0MSOuFo4o+jWjSqJvMcL6F6F8k6pQZBGoZSn6JyUncDbMo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ChmLHNNuQizE4PPW/OHzUnSG4GN/odS5bEtGYjiziJ+tLYjr8ucbLVMxNUSyxpCuDFdskwgZM3iegetWs93Mdwn7ZBWDdiNwspKE1HULnidmJOrGjO906rPZK6OjEPQTZxKZh/UcbaMfkqrXXlkwYo354kNYWtiJqY0J1ArOZxY= Received: by 10.100.247.14 with SMTP id u14mr2922933anh.85.1201739539272; Wed, 30 Jan 2008 16:32:19 -0800 (PST) Received: by 10.100.134.18 with HTTP; Wed, 30 Jan 2008 16:32:19 -0800 (PST) Message-ID: <6df22f8a0801301632i46b5ad25hbb0de578156caec9@mail.gmail.com> Date: Thu, 31 Jan 2008 09:32:19 +0900 From: "Atsuhiko Yamanaka" Reply-To: ymnk@jcraft.com To: "Ant Users List" Subject: Re: Can't connect to unix server from windows server... In-Reply-To: <7a94308c0801300837s1fe95a07j6f83ef26579853@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <7a94308c0801300837s1fe95a07j6f83ef26579853@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org 2008/1/31, Christopher Styles : > Hi, > > I'm trying to run a target from my Windows 2003 Server build box to connect > to a solaris server to execute a command, but I'm getting " > com.jcraft.jsch.JSchException: Auth fail"... Does anyone know how to resolve > this issue...?? Which ant version are you using? The older version had such a problem, because it had not supported keyboard-interactive authentication. Of course, the recent version must not have such a problem. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org