Hello,

up until recently I've uploaded packages the following way

export SSH_KEY=/path/to/id_rsa;
cygport /path/to/file.cygport upload


but today I got the following error

cd: Fatal error: max-retries exceeded


I've fixed it by copying my key in the .ssh folder

cp $SSH_KEY ~/.ssh/id_rsa
cygport /path/to/file.cygport upload

So it is not blocking me, but I wanted to know if this was a known bug, or if I am the only one experiencing it.

Best

Federico

--
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

Reply via email to