Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 88502 invoked from network); 19 Mar 2009 05:29:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Mar 2009 05:29:29 -0000 Received: (qmail 11528 invoked by uid 500); 19 Mar 2009 05:29:28 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 11480 invoked by uid 500); 19 Mar 2009 05:29:28 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 11469 invoked by uid 99); 19 Mar 2009 05:29:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Mar 2009 22:29:28 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [88.84.142.181] (HELO samaflost.de) (88.84.142.181) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Mar 2009 05:29:22 +0000 Received: from localhost (unknown [127.0.0.1]) by samaflost.de (Postfix) with ESMTP id 9174AE220014 for ; Thu, 19 Mar 2009 05:29:00 +0000 (UTC) Received: from samaflost.de ([127.0.0.1]) by localhost (v30161.1blu.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 03243-07 for ; Thu, 19 Mar 2009 06:28:59 +0100 (CET) Received: by samaflost.de (Postfix, from userid 2525) id 177E5E22000A; Thu, 19 Mar 2009 06:28:59 +0100 (CET) To: dev@ant.apache.org Subject: Re: Getting prompted for ssh password regardless of cvspass tag X-Draft-From: ("nnfolder:mail.jakarta-ant" 93182) References: <22588917.post@talk.nabble.com> From: Stefan Bodewig Date: Thu, 19 Mar 2009 06:28:59 +0100 In-Reply-To: <22588917.post@talk.nabble.com> (GregP's message of "Wed\, 18 Mar 2009 14\:28\:09 -0700 \(PDT\)") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: amavisd-new at samaflost.de X-Virus-Checked: Checked by ClamAV on apache.org Hi Greg your question is one for the user mailing list, the dev list is the list for the development of Ant itself. On 2009-03-18, GregP wrote: > I am using ANT v1.5 That's pretty old, BTW. > being called from a bash script which passes in the user.id and > password through a command line call. > The following two lines exist in my build.xml file: > 1) > 2) command="export -r HEAD" package="" dest="${source.dir}" /> It's been quite some time since I used CVS for the last time, but IIRC the .cvspass file is only used to authenticate the user to the CVS server in pserver sertups, it is not used to authenticate the user to the SSH server. The password prompt you see is the one of the SSH server. I'd recommend setting uo ssh-agent before running Ant to avoid the password prompt. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org