Re: [Development] SSH access to gerrit with debian sid

2017-10-09 Thread Sze Howe Koh
On 9 October 2017 at 21:02, Orgad Shaneh wrote: > Hi, > > Recent changes in debian openssh packages cause errors when negotiating > ciphers with qt-project gerrit. > > To enable connection, you need to add the following in ~/.ssh/config > > Host codereview.qt-project.org >Ciphers +aes256-cbc >

Re: [Development] SSH access to gerrit with debian sid

2017-10-09 Thread Aleix Pol
On Mon, Oct 9, 2017 at 3:02 PM, Orgad Shaneh wrote: > Hi, > > Recent changes in debian openssh packages cause errors when negotiating > ciphers with qt-project gerrit. > > To enable connection, you need to add the following in ~/.ssh/config > > Host codereview.qt-project.org >Ciphers +aes256-c

[Development] SSH access to gerrit with debian sid

2017-10-09 Thread Orgad Shaneh
Hi, Recent changes in debian openssh packages cause errors when negotiating ciphers with qt-project gerrit. To enable connection, you need to add the following in ~/.ssh/config Host codereview.qt-project.org Ciphers +aes256-cbc I added this to Setting up Gerrit