Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 60883 invoked from network); 8 Dec 2004 17:20:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 8 Dec 2004 17:20:18 -0000 Received: (qmail 72908 invoked by uid 500); 8 Dec 2004 17:20:03 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 72834 invoked by uid 500); 8 Dec 2004 17:20:03 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 72786 invoked by uid 99); 8 Dec 2004 17:20:02 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of atsuhiko.yamanaka@gmail.com designates 64.233.184.206 as permitted sender) Received: from wproxy.gmail.com (HELO wproxy.gmail.com) (64.233.184.206) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 08 Dec 2004 09:20:00 -0800 Received: by wproxy.gmail.com with SMTP id 37so634599wra for ; Wed, 08 Dec 2004 09:19:58 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=NqxByIq9WUhr2R4PR4D9vqi8ITzYbhssi06L+UFgXubTmYFOxX+5uOscTXwE7vd9VmBKEDNI6BfvZbFXeZcK0gNrGeCA1brDWU2bsD2zXSbWBQY4OCOjyu8ln+2CZDyLGEIy9oEhDPTy+Uk6F1DfLljps+ugDmKB++B6rQpElsY= Received: by 10.54.46.2 with SMTP id t2mr1144717wrt; Wed, 08 Dec 2004 09:19:58 -0800 (PST) Received: by 10.54.49.67 with HTTP; Wed, 8 Dec 2004 09:19:58 -0800 (PST) Message-ID: <6df22f8a04120809192dd6eb1a@mail.gmail.com> Date: Thu, 9 Dec 2004 02:19:58 +0900 From: Atsuhiko Yamanaka Reply-To: ymnk@jcraft.com To: Ant Users List Subject: Re: sshexec Authentication Problem with SuSE 9.1 In-Reply-To: <200412081704.iB8H4Nl2006577@barrierb241.nike.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <200412081704.iB8H4Nl2006577@barrierb241.nike.com> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, According to a log from 'ssh -v -v -v localhost', which was sent to me directly, his sshd supports 'publickey,keyboard-interactive'. I think that is the reason; sshexec in Ant has not supported 'keyborad-interactive' yet. It is easy to add KbdInt support, but it is for the interactive session, but sshexec task is for batch, so I don't have a good idea to implment it in smart way. On Wed, 8 Dec 2004 09:04:19 -0800, Anderson, Rob (Global Trade) wrote: > Are you logging in as root? --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org