From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 126832 invoked by alias); 2 May 2019 18:01:22 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 126780 invoked by uid 89); 2 May 2019 18:01:22 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-4.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=password X-HELO: rgout06.bt.lon5.cpcloud.co.uk Received: from rgout0603.bt.lon5.cpcloud.co.uk (HELO rgout06.bt.lon5.cpcloud.co.uk) (65.20.0.130) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 02 May 2019 18:01:20 +0000 X-OWM-Source-IP: 86.160.189.80 (GB) X-OWM-Env-Sender: jonturney@btinternet.com X-VadeSecure-score: verdict=clean score=0/300, class=clean X-SNCR-VADESECURE: CLEAN Received: from [192.168.1.102] (86.160.189.80) by rgout06.bt.lon5.cpcloud.co.uk (9.0.019.26-1) (authenticated as jonturney@btinternet.com) id 5C3942FB0A7AD40A; Thu, 2 May 2019 19:01:17 +0100 Subject: Re: [Adopt] Iperf package [2.0.13]. To: "cygwin-apps@cygwin.com" References: <564f14ca-e4d8-78ba-bc5b-04dc30b51f1d@gmail.com> <87wol1qkcx.fsf@Rainer.invalid> From: Jon Turney Cc: Kaushik Battu Message-ID: <3c52026e-83c3-4c8a-8995-3c2b1217ca9c@dronecode.org.uk> Date: Thu, 02 May 2019 18:01:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2019-05/txt/msg00007.txt.bz2 On 01/05/2019 19:20, Kaushik Battu wrote: > Sorry for late reply. I am unable to upload x86_64 iperf package. Can you > please help me on fixing this issue. > > $ cygport iperf.cygport up >>>> Uploading iperf-2.0.13-1.x86_64 >>>> Running lftp sftp://cygwin-rDBXBDvO6BXQT0dZR+AlfA@public.gmane.org > Password: > cd: Fatal error: max-retries exceeded (cygwin-rDBXBDvO6BXQT0dZR+AlfA@public.gmane.org: Permission denied > (publickey).) > *** ERROR: Upload failed You can verify you have the ssh key setup correctly with any of the following: ssh cygwin@cygwin.com alive sftp cygwin@cygwin.com lftp sftp://cygwin@cygwin.com If that's failing, and assuming you are using a separate cygwin installation for you x86_64 builds, perhaps you need to install the private key corresponding to the public key you sent: case 1 (key file has the default name, id_rsa): Put the id_rsa private key file in ~/.ssh/ case 2 (key file has a different name, e.g cygwin-key): Put the cygwin-key private key file in ~/.ssh/ Add section like the following to ~/.ssh/config Host cygwin.com User cygwin IdentityFile ~/.ssh/cygwin-key