[Development] Gerrit "no matching cipher found"

Konstantin Shegunov kshegunov at gmail.com
Wed Oct 10 19:51:54 CEST 2018


On Wed, Oct 10, 2018 at 8:43 PM Tomasz Siekierda <sierdzio at gmail.com> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20181010/698e2bc7/attachment.html>


More information about the Development mailing list