Skip to main content

Update OpenSSH client

Comments

10 comments

  • cPanelMichael
    Hello :) Please keep in mind that updates to the OpenSSH package are shipped by your OS vendor (e.g. CentOS, Red Hat). This often comes in the form of a patch to the existing version of the package. Here's an example of a command you can run to determine if a patch for these vulnerabilities has been implemented:
    rpm -q --changelog openssh | grep CVE-2016
    You should see this output:
    - prevents CVE-2016-0777 and CVE-2016-0778
    Thank you.
    0
  • Skin
    Hello, I've tried with
    rpm -q --changelog openssl | grep CVE-2016
    but nothing happens
    0
  • cPanelMichael
    You are checking for "openssl". The package in question here is "openssh". Thank you.
    0
  • Skin
    I've update my /etc/ssh/ssh_config
    echo 'UseRoaming no' | sudo tee -a /etc/ssh/ssh_config
    Should I generate new keys?
    0
  • cPanelMichael
    Should I generate new keys?

    Were you able to determine if the security patches were backported to the version of OpenSSH installed on your system? Thank you.
    0
  • Skin
    If I try with
    rpm -q --changelog openssh | grep CVE-2016
    nothing happens.
    0
  • cPanelMichael
    Are you sure there's no output when running the "yum update" command on your system? Thank you.
    0
  • quizknows
    In regards to changing SSH keys, I did change mine, because paranoia is cheap and incident response is not. In regards to updates, you will probably not see updates on centOS 4/5/6 (4 is EOL anyway) because they were unaffected. CentOS 7 may receive updates per the information below: OpenSSH: Information-leak vulnerability (CVE-2016-0777) - Red Hat Customer Portal Affected Products [LIST]
  • Red Hat Enterprise Linux 4, 5, and 6 are not affected by this flaw because they include OpenSSH versions older than 5.4, and hence do not implement the roaming feature.
  • Red Hat Enterprise Linux 7 since version 7.1 has provided OpenSSH 6.6 for which the default configuration is not affected by this flaw. OpenSSH 6.6 is only vulnerable to this issue when used with certain non-default ProxyCommand settings. Security update RHSA-2016-0043 corrects this issue.
  • Red Hat Enterprise Linux 7 prior to version 7.1 (released in March 2015) provides OpenSSH 6.4 and is impacted regardless of the use of the ProxyCommand settings. The OpenSSH packages were updated from version 6.4 to version 6.6 in Red Hat Enterprise Linux 7.1 via RHSA-2015:0425.
  • 0
  • Skin
    Are you sure there's no output when running the "yum update" command on your system? Thank you.

    If I run yum update there are no packages marked for update: root@host [~]# yum update Plugin abilitati:fastestmirror, priorities kernelcare | 951 B 00:00 stable-arch | 951 B 00:00 stable-generic | 951 B 00:00 stable-noarch | 951 B 00:00 system-base | 3.6 kB 00:00 system-extras | 3.4 kB 00:00 system-updates-released | 3.4 kB 00:00 Loading mirror speeds from cached hostfile 2 packages excluded due to repository priority protections No packages marked for update
    @quizknows In regards to changing SSH keys, I did change mine, because paranoia is cheap and incident response is not. In regards to updates, you will probably not see updates on centOS 4/5/6 (4 is EOL anyway) ......
    Thanks
    0
  • cPanelMichael
    If I run yum update there are no packages marked for update:

    I suggest consulting with your provider to determine why your system is not updating to the latest version of CentOS or why you are not receiving package updates. It's possible you are using invalid YUM repo files. Thank you.
    0

Please sign in to leave a comment.