Uploaded image for project: 'Qt Quality Assurance Infrastructure'
  1. Qt Quality Assurance Infrastructure
  2. QTQAINFRA-2471

Update supported SSH ciphers on codereview.qt-project.org

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Duplicate
    • Icon: Not Evaluated Not Evaluated
    • None
    • None
    • Git
    • None

      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
      

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            buddenha Oswald Buddenhagen
            bruns Stefan BrĂ¼ns
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes