cygport upload seems to ignore SSH_KEY

Federico Kircheis federico@kircheis.it
Mon Nov 4 19:20:56 GMT 2024


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


More information about the Cygwin mailing list