Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 75862 invoked from network); 23 Jan 2006 11:26:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Jan 2006 11:26:05 -0000 Received: (qmail 86463 invoked by uid 500); 23 Jan 2006 11:25:59 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 85562 invoked by uid 500); 23 Jan 2006 11:25:56 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 85551 invoked by uid 99); 23 Jan 2006 11:25:56 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jan 2006 03:25:56 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of gcjtmu-turbine-maven-user-846@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jan 2006 03:25:55 -0800 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1F0zpA-0005HO-9a for users@maven.apache.org; Mon, 23 Jan 2006 12:25:28 +0100 Received: from kahosl.customer.gent.belnet.net ([193.191.7.46]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 23 Jan 2006 12:25:28 +0100 Received: from ge0ffrey.spam by kahosl.customer.gent.belnet.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 23 Jan 2006 12:25:28 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: users@maven.apache.org From: Geoffrey De Smet Subject: guide-deploy-ssh-external improvements: scpexe & cygwin for deploy Date: Mon, 23 Jan 2006 12:25:41 +0100 Lines: 37 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: kahosl.customer.gent.belnet.net User-Agent: Thunderbird 1.5 (Windows/20051201) Sender: news X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On my computer, using Cygwin (under windows), the guide on http://maven.apache.org/guides/mini/guide-deploy-ssh-external.html didn't work because of scpexe: ssh-repository scpexe://repository.mycompany.com/repository I constantly got a permission exception, even with configured in settings: 664 775 Probably because it wanted to use a public key instead of ask me for a password. I have no public key configured or at the default locations. Changing it to "scp" made it work like a charm: ssh-repository scp://repository.mycompany.com/repository Might be good to note that "/repository" is from the root directory, so you want your own home directory, do something like scp://repository.mycompany.com/home/ge0ffrey/public_html And it shouldn't end with a /. It does ask me for my password (in clear text) for every single file it tries to upload though, maybe another thing to fix :) -- With kind regards, Geoffrey De Smet --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org