On Wed, Oct 10, 2018 at 8:43 PM Tomasz Siekierda <[email protected]> wrote:
> Hi,
> I'm on Kubuntu 18.10. I've made sure the ssh pub key on gerrit is
> correct. And I've used init-repository script to get going.
>
Hi,
Ran into this a few months ago. Force the cipher through the ssh config and
you should get it going.
Sample follows:
Host codereview.qt-project.org
Port 29418
User <whateveryouruseris>
Ciphers aes256-cbc
PreferredAuthentications publickey
IdentityFile <privatekeyfile>
Kind regards.
_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development