Hello guys,
i am having issues when trying to access pkgs.fedoraproject.org git repositories for pyOpenSSL and authconfig packages via ssh.
Was added to Fedora package git contributors group only yesterday (using FAS account I already have had). Changed the public key, and uploaded it to FAS web interface.
Anyway, when trying to clone authconfig, getting:
$ fedpkg clone authconfig Cloning into 'authconfig'... ssh_exchange_identification: Connection closed by remote host fatal: The remote end hung up unexpectedly Could not execute clone: Command '['git', 'clone', 'ssh://jlieskov@pkgs.fedoraproject.org/authconfig']' returned non-zero exit status 128
Anonymous cloning works: $ fedpkg clone -a authconfig Cloning into 'authconfig'... remote: Counting objects: 982, done. remote: Compressing objects: 100% (678/678), done. remote: Total 982 (delta 277), reused 812 (delta 212) Receiving objects: 100% (982/982), 158.61 KiB | 186 KiB/s, done. Resolving deltas: 100% (277/277), done.
and also login to fedorapeople.org works.
Could you please check if my IP (88.102.212.68 according to whatismyipaddress.com) isn't in the list of banned ones?
Jan iankko Lieskovsky / Red Hat Security Technologies Team
Yes, you were in denyhosts.
I have cleared that ip. :)
Please reopen if you still see issues.