Details
-
Task
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
None
-
None
Description
Currently, the most secure cipher allowed is aes256-cbc, which is blacklisted by current OpenSSH versions (6.7, 2014-10-06).
http://www.openssh.com/txt/release-6.7
All *-cbc ciphers are disabled by default.
As a workaround, the following can be added to ~/.ssh/config:
Match Host codereview.qt-project.org Ciphers +aes256-cbc
Attachments
Issue Links
- duplicates
-
QTQAINFRA-1530 Gerrit does not work with OpenSSH 7.7 clients (by default)
- Closed