On Wed, 27 Mar 2019 at 09:39, Martin Gansser <martin.gansser@xxxxxxxxx> wrote: > > same error ! > No it is a different error. Your cert was used, but you can't ssh into that server as it has no shells for users. debug1: Authentication succeeded (publickey). Authenticated to pkgs.fedoraproject.org ([209.132.181.4]:22). The problem is that your .ssh/config is trying all your keys against the server with the wrong username so fedpkg clone is not working. Set up your .ssh/config to have some section like: Host pkgs.fedoraproject.org User martinkg IdentityFile ~/.ssh/id_rsa.pub And fedpkg should work > packet_write_wait: Connection to 209.132.181.4 port 22: Broken pipe > _______________________________________________ > devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx > To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx > Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines > List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx -- Stephen J Smoogen. _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx