Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 77533 invoked from network); 2 Oct 2007 09:23:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Oct 2007 09:23:37 -0000 Received: (qmail 63630 invoked by uid 500); 2 Oct 2007 09:23:23 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 63255 invoked by uid 500); 2 Oct 2007 09:23:22 -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 63244 invoked by uid 99); 2 Oct 2007 09:23:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Oct 2007 02:23:22 -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 [192.6.10.2] (HELO colossus.hpl.hp.com) (192.6.10.2) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Oct 2007 09:23:21 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by colossus.hpl.hp.com (Postfix) with ESMTP id BE7176B9D9 for ; Tue, 2 Oct 2007 10:22:29 +0100 (BST) X-Virus-Scanned: amavisd-new at hplb.hpl.hp.com Received: from colossus.hpl.hp.com ([127.0.0.1]) by localhost (colossus.hpl.hp.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 510mFHKgWFVg for ; Tue, 2 Oct 2007 10:22:28 +0100 (BST) Received: from ha-node-br2.hpl.hp.com (ha-node-br2.hpl.hp.com [16.25.144.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by colossus.hpl.hp.com (Postfix) with ESMTP id 920206B9AA for ; Tue, 2 Oct 2007 10:22:28 +0100 (BST) Received: from [16.25.171.118] ([16.25.171.118]) by ha-node-br2.hpl.hp.com (8.14.1/8.13.4) with ESMTP id l929MEKJ002512 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 2 Oct 2007 10:22:14 +0100 (BST) Message-ID: <47020DC6.9010807@apache.org> Date: Tue, 02 Oct 2007 10:22:14 +0100 From: Steve Loughran User-Agent: Thunderbird 2.0.0.6 (X11/20070728) MIME-Version: 1.0 To: Ant Users List Subject: Re: SSH Authentication Errors References: <5ea470920709281707r59243d3eh21e60ea2ec3d5ab8@mail.gmail.com> <9832c98e0709290119k402ca13co19ca4eb5a333cab8@mail.gmail.com> <5ea470920709301023s5078c950tc8bbb3981322af62@mail.gmail.com> <5ea470920710011735h74f7f317t5cf8e171806307c2@mail.gmail.com> In-Reply-To: <5ea470920710011735h74f7f317t5cf8e171806307c2@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-HPL-MailScanner-Information: Please contact the ISP for more information X-HPL-MailScanner: Found to be clean X-HPL-MailScanner-From: stevel@apache.org X-Virus-Checked: Checked by ClamAV on apache.org Michael Giroux wrote: > Thought you might like to know -- the problem turns out to be user > error. I was watching the developer use the script, and I assumed > that when he entered the password for the target useid, that he had > configured the script to use the userid associated w/ the password. > As it turns out, he was taking the default which in this script is > ${user.name} for which he does not have an account on the remote > system. > > After he configured the correct userid for the ssh commands all worked well. > > One more thing I'll have to add to the documentation for this script. > > Michael One of the aspects of and is that they dont print out enough useful info on failure. That is partly for security reasons -you dont want your entire organisation to be able to read the password in the cruise control logs. At the same time, we could do a lot to improve the diagnostics that are there right now, if someone was to sit down and write the code and the error messages (oh, and the tests ) -- Steve Loughran http://www.1060.org/blogxter/publish/5 Author: Ant in Action http://antbook.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org