This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Adopt] Iperf package [2.0.13].


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]