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://[email protected]
Password:
cd: Fatal error: max-retries exceeded 
([email protected]: Permission denied
(publickey).)
*** ERROR: Upload failed

You can verify you have the ssh key setup correctly with any of the following:

ssh [email protected] alive
sftp [email protected]
lftp sftp://[email protected]

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

Reply via email to