rhsa-2015_0425
Vulnerability from csaf_redhat
Published
2015-03-05 09:26
Modified
2024-11-22 08:07
Summary
Red Hat Security Advisory: openssh security, bug fix and enhancement update

Notes

Topic
Updated openssh packages that fix two security issues, several bugs, and add various enhancements are now available for Red Hat Enterprise Linux 7. Red Hat Product Security has rated this update as having Moderate security impact. Common Vulnerability Scoring System (CVSS) base scores, which give detailed severity ratings, are available for each vulnerability from the CVE links in the References section.
Details
OpenSSH is OpenBSD's SSH (Secure Shell) protocol implementation. These packages include the core files necessary for both the OpenSSH client and server. It was discovered that OpenSSH clients did not correctly verify DNS SSHFP records. A malicious server could use this flaw to force a connecting client to skip the DNS SSHFP record check and require the user to perform manual host verification of the DNS SSHFP record. (CVE-2014-2653) It was found that when OpenSSH was used in a Kerberos environment, remote authenticated users were allowed to log in as a different user if they were listed in the ~/.k5users file of that user, potentially bypassing intended authentication restrictions. (CVE-2014-9278) The openssh packages have been upgraded to upstream version 6.6.1, which provides a number of bug fixes and enhancements over the previous version. (BZ#1059667) Bug fixes: * An existing /dev/log socket is needed when logging using the syslog utility, which is not possible for all chroot environments based on the user's home directories. As a consequence, the sftp commands were not logged in the chroot setup without /dev/log in the internal sftp subsystem. With this update, openssh has been enhanced to detect whether /dev/log exists. If /dev/log does not exist, processes in the chroot environment use their master processes for logging. (BZ#1083482) * The buffer size for a host name was limited to 64 bytes. As a consequence, when a host name was 64 bytes long or longer, the ssh-keygen utility failed. The buffer size has been increased to fix this bug, and ssh-keygen no longer fails in the described situation. (BZ#1097665) * Non-ASCII characters have been replaced by their octal representations in banner messages in order to prevent terminal re-programming attacks. Consequently, banners containing UTF-8 strings were not correctly displayed in a client. With this update, banner messages are processed according to RFC 3454, control characters have been removed, and banners containing UTF-8 strings are now displayed correctly. (BZ#1104662) * Red Hat Enterprise Linux uses persistent Kerberos credential caches, which are shared between sessions. Previously, the GSSAPICleanupCredentials option was set to "yes" by default. Consequently, removing a Kerberos cache on logout could remove unrelated credentials of other sessions, which could make the system unusable. To fix this bug, GSSAPICleanupCredentials is set by default to "no". (BZ#1134447) * Access permissions for the /etc/ssh/moduli file were set to 0600, which was unnecessarily strict. With this update, the permissions for /etc/ssh/moduli have been changed to 0644 to make the access to the file easier. (BZ#1134448) * Due to the KRB5CCNAME variable being truncated, the Kerberos ticket cache was not found after login using a Kerberos-enabled SSH connection. The underlying source code has been modified to fix this bug, and Kerberos authentication works as expected in the described situation. (BZ#1161173) Enhancements: * When the sshd daemon is configured to force the internal SFTP session, a connection other then SFTP is used, the appropriate message is logged to the /var/log/secure file. (BZ#1130198) * The sshd-keygen service was run using the "ExecStartPre=-/usr/sbin/sshd-keygen" option in the sshd.service unit file. With this update, the separate sshd-keygen.service unit file has been added, and sshd.service has been adjusted to require sshd-keygen.service. (BZ#1134997) Users of openssh are advised to upgrade to these updated packages, which correct these issues and add these enhancements.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.



{
  "document": {
    "aggregate_severity": {
      "namespace": "https://access.redhat.com/security/updates/classification/",
      "text": "Moderate"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "Updated openssh packages that fix two security issues, several bugs, and\nadd various enhancements are now available for Red Hat Enterprise Linux 7.\n\nRed Hat Product Security has rated this update as having Moderate security\nimpact. Common Vulnerability Scoring System (CVSS) base scores, which give\ndetailed severity ratings, are available for each vulnerability from the\nCVE links in the References section.",
        "title": "Topic"
      },
      {
        "category": "general",
        "text": "OpenSSH is OpenBSD\u0027s SSH (Secure Shell) protocol implementation. These packages include the core files necessary for both the OpenSSH client and server.\n\nIt was discovered that OpenSSH clients did not correctly verify DNS SSHFP records. A malicious server could use this flaw to force a connecting client to skip the DNS SSHFP record check and require the user to perform manual host verification of the DNS SSHFP record. (CVE-2014-2653)\n\nIt was found that when OpenSSH was used in a Kerberos environment, remote authenticated users were allowed to log in as a different user if they were listed in the ~/.k5users file of that user, potentially bypassing intended authentication restrictions. (CVE-2014-9278)\n\nThe openssh packages have been upgraded to upstream version 6.6.1, which provides a number of bug fixes and enhancements over the previous version. (BZ#1059667)\n\nBug fixes:\n\n* An existing /dev/log socket is needed when logging using the syslog utility, which is not possible for all chroot environments based on the user\u0027s home directories. As a consequence, the sftp commands were not logged in the chroot setup without /dev/log in the internal sftp subsystem. With this update, openssh has been enhanced to detect whether /dev/log exists. If /dev/log does not exist, processes in the chroot environment use their master processes for logging. (BZ#1083482)\n\n* The buffer size for a host name was limited to 64 bytes. As a consequence, when a host name was 64 bytes long or longer, the ssh-keygen utility failed. The buffer size has been increased to fix this bug, and ssh-keygen no longer fails in the described situation. (BZ#1097665)\n\n* Non-ASCII characters have been replaced by their octal representations in banner messages in order to prevent terminal re-programming attacks. Consequently, banners containing UTF-8 strings were not correctly displayed in a client. With this update, banner messages are processed according to RFC 3454, control characters have been removed, and banners containing UTF-8 strings are now displayed correctly. (BZ#1104662)\n\n* Red Hat Enterprise Linux uses persistent Kerberos credential caches, which are shared between sessions. Previously, the GSSAPICleanupCredentials option was set to \"yes\" by default. Consequently, removing a Kerberos cache on logout could remove unrelated credentials of other sessions, which could make the system unusable. To fix this bug, GSSAPICleanupCredentials is set by default to \"no\". (BZ#1134447)\n\n* Access permissions for the /etc/ssh/moduli file were set to 0600, which was unnecessarily strict. With this update, the permissions for /etc/ssh/moduli have been changed to 0644 to make the access to the file easier. (BZ#1134448)\n\n* Due to the KRB5CCNAME variable being truncated, the Kerberos ticket cache was not found after login using a Kerberos-enabled SSH connection. The underlying source code has been modified to fix this bug, and Kerberos authentication works as expected in the described situation. (BZ#1161173)\n\nEnhancements:\n\n* When the sshd daemon is configured to force the internal SFTP session, a connection other then SFTP is used, the appropriate message is logged to the /var/log/secure file. (BZ#1130198)\n\n* The sshd-keygen service was run using the \"ExecStartPre=-/usr/sbin/sshd-keygen\" option in the sshd.service unit file. With this update, the separate sshd-keygen.service unit file has been added, and sshd.service has been adjusted to require sshd-keygen.service. (BZ#1134997)\n\nUsers of openssh are advised to upgrade to these updated packages, which correct these issues and add these enhancements.",
        "title": "Details"
      },
      {
        "category": "legal_disclaimer",
        "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
        "title": "Terms of Use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://access.redhat.com/security/team/contact/",
      "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
      "name": "Red Hat Product Security",
      "namespace": "https://www.redhat.com"
    },
    "references": [
      {
        "category": "self",
        "summary": "https://access.redhat.com/errata/RHSA-2015:0425",
        "url": "https://access.redhat.com/errata/RHSA-2015:0425"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#moderate",
        "url": "https://access.redhat.com/security/updates/classification/#moderate"
      },
      {
        "category": "external",
        "summary": "912792",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=912792"
      },
      {
        "category": "external",
        "summary": "1071967",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1071967"
      },
      {
        "category": "external",
        "summary": "1081338",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1081338"
      },
      {
        "category": "external",
        "summary": "1084079",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1084079"
      },
      {
        "category": "external",
        "summary": "1097665",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1097665"
      },
      {
        "category": "external",
        "summary": "1102288",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1102288"
      },
      {
        "category": "external",
        "summary": "1134997",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1134997"
      },
      {
        "category": "external",
        "summary": "1143867",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1143867"
      },
      {
        "category": "external",
        "summary": "1153011",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1153011"
      },
      {
        "category": "external",
        "summary": "1155626",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1155626"
      },
      {
        "category": "external",
        "summary": "1161173",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1161173"
      },
      {
        "category": "external",
        "summary": "1162620",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1162620"
      },
      {
        "category": "external",
        "summary": "1169843",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1169843"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2015/rhsa-2015_0425.json"
      }
    ],
    "title": "Red Hat Security Advisory: openssh security, bug fix and enhancement update",
    "tracking": {
      "current_release_date": "2024-11-22T08:07:49+00:00",
      "generator": {
        "date": "2024-11-22T08:07:49+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.2.1"
        }
      },
      "id": "RHSA-2015:0425",
      "initial_release_date": "2015-03-05T09:26:20+00:00",
      "revision_history": [
        {
          "date": "2015-03-05T09:26:20+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2015-03-05T09:26:20+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2024-11-22T08:07:49+00:00",
          "number": "3",
          "summary": "Last generated version"
        }
      ],
      "status": "final",
      "version": "3"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux Client (v. 7)",
                "product": {
                  "name": "Red Hat Enterprise Linux Client (v. 7)",
                  "product_id": "7Client",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:redhat:enterprise_linux:7::client"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux Client Optional (v. 7)",
                "product": {
                  "name": "Red Hat Enterprise Linux Client Optional (v. 7)",
                  "product_id": "7Client-optional",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:redhat:enterprise_linux:7::client"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux ComputeNode (v. 7)",
                "product": {
                  "name": "Red Hat Enterprise Linux ComputeNode (v. 7)",
                  "product_id": "7ComputeNode",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:redhat:enterprise_linux:7::computenode"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
                "product": {
                  "name": "Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
                  "product_id": "7ComputeNode-optional",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:redhat:enterprise_linux:7::computenode"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux Server (v. 7)",
                "product": {
                  "name": "Red Hat Enterprise Linux Server (v. 7)",
                  "product_id": "7Server",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:redhat:enterprise_linux:7::server"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux Server Optional (v. 7)",
                "product": {
                  "name": "Red Hat Enterprise Linux Server Optional (v. 7)",
                  "product_id": "7Server-optional",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:redhat:enterprise_linux:7::server"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux Workstation (v. 7)",
                "product": {
                  "name": "Red Hat Enterprise Linux Workstation (v. 7)",
                  "product_id": "7Workstation",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:redhat:enterprise_linux:7::workstation"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux Workstation Optional (v. 7)",
                "product": {
                  "name": "Red Hat Enterprise Linux Workstation Optional (v. 7)",
                  "product_id": "7Workstation-optional",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:redhat:enterprise_linux:7::workstation"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat Enterprise Linux"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "openssh-keycat-0:6.6.1p1-11.el7.s390x",
                "product": {
                  "name": "openssh-keycat-0:6.6.1p1-11.el7.s390x",
                  "product_id": "openssh-keycat-0:6.6.1p1-11.el7.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/openssh-keycat@6.6.1p1-11.el7?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openssh-clients-0:6.6.1p1-11.el7.s390x",
                "product": {
                  "name": "openssh-clients-0:6.6.1p1-11.el7.s390x",
                  "product_id": "openssh-clients-0:6.6.1p1-11.el7.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/openssh-clients@6.6.1p1-11.el7?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openssh-askpass-0:6.6.1p1-11.el7.s390x",
                "product": {
                  "name": "openssh-askpass-0:6.6.1p1-11.el7.s390x",
                  "product_id": "openssh-askpass-0:6.6.1p1-11.el7.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/openssh-askpass@6.6.1p1-11.el7?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openssh-0:6.6.1p1-11.el7.s390x",
                "product": {
                  "name": "openssh-0:6.6.1p1-11.el7.s390x",
                  "product_id": "openssh-0:6.6.1p1-11.el7.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/openssh@6.6.1p1-11.el7?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openssh-server-0:6.6.1p1-11.el7.s390x",
                "product": {
                  "name": "openssh-server-0:6.6.1p1-11.el7.s390x",
                  "product_id": "openssh-server-0:6.6.1p1-11.el7.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/openssh-server@6.6.1p1-11.el7?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openssh-debuginfo-0:6.6.1p1-11.el7.s390x",
                "product": {
                  "name": "openssh-debuginfo-0:6.6.1p1-11.el7.s390x",
                  "product_id": "openssh-debuginfo-0:6.6.1p1-11.el7.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/openssh-debuginfo@6.6.1p1-11.el7?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x",
                "product": {
                  "name": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x",
                  "product_id": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/pam_ssh_agent_auth@0.9.3-9.11.el7?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openssh-ldap-0:6.6.1p1-11.el7.s390x",
                "product": {
                  "name": "openssh-ldap-0:6.6.1p1-11.el7.s390x",
                  "product_id": "openssh-ldap-0:6.6.1p1-11.el7.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/openssh-ldap@6.6.1p1-11.el7?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x",
                "product": {
                  "name": "openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x",
                  "product_id": "openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/openssh-server-sysvinit@6.6.1p1-11.el7?arch=s390x"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "openssh-keycat-0:6.6.1p1-11.el7.ppc64",
                "product": {
                  "name": "openssh-keycat-0:6.6.1p1-11.el7.ppc64",
                  "product_id": "openssh-keycat-0:6.6.1p1-11.el7.ppc64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/openssh-keycat@6.6.1p1-11.el7?arch=ppc64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openssh-clients-0:6.6.1p1-11.el7.ppc64",
                "product": {
                  "name": "openssh-clients-0:6.6.1p1-11.el7.ppc64",
                  "product_id": "openssh-clients-0:6.6.1p1-11.el7.ppc64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/openssh-clients@6.6.1p1-11.el7?arch=ppc64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openssh-askpass-0:6.6.1p1-11.el7.ppc64",
                "product": {
                  "name": "openssh-askpass-0:6.6.1p1-11.el7.ppc64",
                  "product_id": "openssh-askpass-0:6.6.1p1-11.el7.ppc64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/openssh-askpass@6.6.1p1-11.el7?arch=ppc64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openssh-0:6.6.1p1-11.el7.ppc64",
                "product": {
                  "name": "openssh-0:6.6.1p1-11.el7.ppc64",
                  "product_id": "openssh-0:6.6.1p1-11.el7.ppc64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/openssh@6.6.1p1-11.el7?arch=ppc64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openssh-server-0:6.6.1p1-11.el7.ppc64",
                "product": {
                  "name": "openssh-server-0:6.6.1p1-11.el7.ppc64",
                  "product_id": "openssh-server-0:6.6.1p1-11.el7.ppc64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/openssh-server@6.6.1p1-11.el7?arch=ppc64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openssh-debuginfo-0:6.6.1p1-11.el7.ppc64",
                "product": {
                  "name": "openssh-debuginfo-0:6.6.1p1-11.el7.ppc64",
                  "product_id": "openssh-debuginfo-0:6.6.1p1-11.el7.ppc64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/openssh-debuginfo@6.6.1p1-11.el7?arch=ppc64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64",
                "product": {
                  "name": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64",
                  "product_id": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/pam_ssh_agent_auth@0.9.3-9.11.el7?arch=ppc64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openssh-ldap-0:6.6.1p1-11.el7.ppc64",
                "product": {
                  "name": "openssh-ldap-0:6.6.1p1-11.el7.ppc64",
                  "product_id": "openssh-ldap-0:6.6.1p1-11.el7.ppc64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/openssh-ldap@6.6.1p1-11.el7?arch=ppc64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64",
                "product": {
                  "name": "openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64",
                  "product_id": "openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/openssh-server-sysvinit@6.6.1p1-11.el7?arch=ppc64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "openssh-keycat-0:6.6.1p1-11.el7.x86_64",
                "product": {
                  "name": "openssh-keycat-0:6.6.1p1-11.el7.x86_64",
                  "product_id": "openssh-keycat-0:6.6.1p1-11.el7.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/openssh-keycat@6.6.1p1-11.el7?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openssh-clients-0:6.6.1p1-11.el7.x86_64",
                "product": {
                  "name": "openssh-clients-0:6.6.1p1-11.el7.x86_64",
                  "product_id": "openssh-clients-0:6.6.1p1-11.el7.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/openssh-clients@6.6.1p1-11.el7?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openssh-askpass-0:6.6.1p1-11.el7.x86_64",
                "product": {
                  "name": "openssh-askpass-0:6.6.1p1-11.el7.x86_64",
                  "product_id": "openssh-askpass-0:6.6.1p1-11.el7.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/openssh-askpass@6.6.1p1-11.el7?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openssh-0:6.6.1p1-11.el7.x86_64",
                "product": {
                  "name": "openssh-0:6.6.1p1-11.el7.x86_64",
                  "product_id": "openssh-0:6.6.1p1-11.el7.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/openssh@6.6.1p1-11.el7?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openssh-server-0:6.6.1p1-11.el7.x86_64",
                "product": {
                  "name": "openssh-server-0:6.6.1p1-11.el7.x86_64",
                  "product_id": "openssh-server-0:6.6.1p1-11.el7.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/openssh-server@6.6.1p1-11.el7?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openssh-debuginfo-0:6.6.1p1-11.el7.x86_64",
                "product": {
                  "name": "openssh-debuginfo-0:6.6.1p1-11.el7.x86_64",
                  "product_id": "openssh-debuginfo-0:6.6.1p1-11.el7.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/openssh-debuginfo@6.6.1p1-11.el7?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64",
                "product": {
                  "name": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64",
                  "product_id": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/pam_ssh_agent_auth@0.9.3-9.11.el7?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openssh-ldap-0:6.6.1p1-11.el7.x86_64",
                "product": {
                  "name": "openssh-ldap-0:6.6.1p1-11.el7.x86_64",
                  "product_id": "openssh-ldap-0:6.6.1p1-11.el7.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/openssh-ldap@6.6.1p1-11.el7?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64",
                "product": {
                  "name": "openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64",
                  "product_id": "openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/openssh-server-sysvinit@6.6.1p1-11.el7?arch=x86_64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "openssh-0:6.6.1p1-11.el7.src",
                "product": {
                  "name": "openssh-0:6.6.1p1-11.el7.src",
                  "product_id": "openssh-0:6.6.1p1-11.el7.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/openssh@6.6.1p1-11.el7?arch=src"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686",
                "product": {
                  "name": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686",
                  "product_id": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/pam_ssh_agent_auth@0.9.3-9.11.el7?arch=i686"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openssh-debuginfo-0:6.6.1p1-11.el7.i686",
                "product": {
                  "name": "openssh-debuginfo-0:6.6.1p1-11.el7.i686",
                  "product_id": "openssh-debuginfo-0:6.6.1p1-11.el7.i686",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/openssh-debuginfo@6.6.1p1-11.el7?arch=i686"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "i686"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc",
                "product": {
                  "name": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc",
                  "product_id": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/pam_ssh_agent_auth@0.9.3-9.11.el7?arch=ppc"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openssh-debuginfo-0:6.6.1p1-11.el7.ppc",
                "product": {
                  "name": "openssh-debuginfo-0:6.6.1p1-11.el7.ppc",
                  "product_id": "openssh-debuginfo-0:6.6.1p1-11.el7.ppc",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/openssh-debuginfo@6.6.1p1-11.el7?arch=ppc"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390",
                "product": {
                  "name": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390",
                  "product_id": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/pam_ssh_agent_auth@0.9.3-9.11.el7?arch=s390"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "openssh-debuginfo-0:6.6.1p1-11.el7.s390",
                "product": {
                  "name": "openssh-debuginfo-0:6.6.1p1-11.el7.s390",
                  "product_id": "openssh-debuginfo-0:6.6.1p1-11.el7.s390",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/openssh-debuginfo@6.6.1p1-11.el7?arch=s390"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "s390"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-0:6.6.1p1-11.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:openssh-0:6.6.1p1-11.el7.ppc64"
        },
        "product_reference": "openssh-0:6.6.1p1-11.el7.ppc64",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-0:6.6.1p1-11.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:openssh-0:6.6.1p1-11.el7.s390x"
        },
        "product_reference": "openssh-0:6.6.1p1-11.el7.s390x",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-0:6.6.1p1-11.el7.src as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:openssh-0:6.6.1p1-11.el7.src"
        },
        "product_reference": "openssh-0:6.6.1p1-11.el7.src",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-0:6.6.1p1-11.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:openssh-0:6.6.1p1-11.el7.x86_64"
        },
        "product_reference": "openssh-0:6.6.1p1-11.el7.x86_64",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-askpass-0:6.6.1p1-11.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:openssh-askpass-0:6.6.1p1-11.el7.ppc64"
        },
        "product_reference": "openssh-askpass-0:6.6.1p1-11.el7.ppc64",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-askpass-0:6.6.1p1-11.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:openssh-askpass-0:6.6.1p1-11.el7.s390x"
        },
        "product_reference": "openssh-askpass-0:6.6.1p1-11.el7.s390x",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-askpass-0:6.6.1p1-11.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:openssh-askpass-0:6.6.1p1-11.el7.x86_64"
        },
        "product_reference": "openssh-askpass-0:6.6.1p1-11.el7.x86_64",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-clients-0:6.6.1p1-11.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:openssh-clients-0:6.6.1p1-11.el7.ppc64"
        },
        "product_reference": "openssh-clients-0:6.6.1p1-11.el7.ppc64",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-clients-0:6.6.1p1-11.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:openssh-clients-0:6.6.1p1-11.el7.s390x"
        },
        "product_reference": "openssh-clients-0:6.6.1p1-11.el7.s390x",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-clients-0:6.6.1p1-11.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:openssh-clients-0:6.6.1p1-11.el7.x86_64"
        },
        "product_reference": "openssh-clients-0:6.6.1p1-11.el7.x86_64",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-debuginfo-0:6.6.1p1-11.el7.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:openssh-debuginfo-0:6.6.1p1-11.el7.i686"
        },
        "product_reference": "openssh-debuginfo-0:6.6.1p1-11.el7.i686",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-debuginfo-0:6.6.1p1-11.el7.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:openssh-debuginfo-0:6.6.1p1-11.el7.ppc"
        },
        "product_reference": "openssh-debuginfo-0:6.6.1p1-11.el7.ppc",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-debuginfo-0:6.6.1p1-11.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:openssh-debuginfo-0:6.6.1p1-11.el7.ppc64"
        },
        "product_reference": "openssh-debuginfo-0:6.6.1p1-11.el7.ppc64",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-debuginfo-0:6.6.1p1-11.el7.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:openssh-debuginfo-0:6.6.1p1-11.el7.s390"
        },
        "product_reference": "openssh-debuginfo-0:6.6.1p1-11.el7.s390",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-debuginfo-0:6.6.1p1-11.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:openssh-debuginfo-0:6.6.1p1-11.el7.s390x"
        },
        "product_reference": "openssh-debuginfo-0:6.6.1p1-11.el7.s390x",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-debuginfo-0:6.6.1p1-11.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:openssh-debuginfo-0:6.6.1p1-11.el7.x86_64"
        },
        "product_reference": "openssh-debuginfo-0:6.6.1p1-11.el7.x86_64",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-keycat-0:6.6.1p1-11.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:openssh-keycat-0:6.6.1p1-11.el7.ppc64"
        },
        "product_reference": "openssh-keycat-0:6.6.1p1-11.el7.ppc64",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-keycat-0:6.6.1p1-11.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:openssh-keycat-0:6.6.1p1-11.el7.s390x"
        },
        "product_reference": "openssh-keycat-0:6.6.1p1-11.el7.s390x",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-keycat-0:6.6.1p1-11.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:openssh-keycat-0:6.6.1p1-11.el7.x86_64"
        },
        "product_reference": "openssh-keycat-0:6.6.1p1-11.el7.x86_64",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-ldap-0:6.6.1p1-11.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:openssh-ldap-0:6.6.1p1-11.el7.ppc64"
        },
        "product_reference": "openssh-ldap-0:6.6.1p1-11.el7.ppc64",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-ldap-0:6.6.1p1-11.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:openssh-ldap-0:6.6.1p1-11.el7.s390x"
        },
        "product_reference": "openssh-ldap-0:6.6.1p1-11.el7.s390x",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-ldap-0:6.6.1p1-11.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:openssh-ldap-0:6.6.1p1-11.el7.x86_64"
        },
        "product_reference": "openssh-ldap-0:6.6.1p1-11.el7.x86_64",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-server-0:6.6.1p1-11.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:openssh-server-0:6.6.1p1-11.el7.ppc64"
        },
        "product_reference": "openssh-server-0:6.6.1p1-11.el7.ppc64",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-server-0:6.6.1p1-11.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:openssh-server-0:6.6.1p1-11.el7.s390x"
        },
        "product_reference": "openssh-server-0:6.6.1p1-11.el7.s390x",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-server-0:6.6.1p1-11.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:openssh-server-0:6.6.1p1-11.el7.x86_64"
        },
        "product_reference": "openssh-server-0:6.6.1p1-11.el7.x86_64",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64"
        },
        "product_reference": "openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x"
        },
        "product_reference": "openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64"
        },
        "product_reference": "openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686"
        },
        "product_reference": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc"
        },
        "product_reference": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64"
        },
        "product_reference": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390"
        },
        "product_reference": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x"
        },
        "product_reference": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64"
        },
        "product_reference": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-0:6.6.1p1-11.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:openssh-0:6.6.1p1-11.el7.ppc64"
        },
        "product_reference": "openssh-0:6.6.1p1-11.el7.ppc64",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-0:6.6.1p1-11.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:openssh-0:6.6.1p1-11.el7.s390x"
        },
        "product_reference": "openssh-0:6.6.1p1-11.el7.s390x",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-0:6.6.1p1-11.el7.src as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:openssh-0:6.6.1p1-11.el7.src"
        },
        "product_reference": "openssh-0:6.6.1p1-11.el7.src",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-0:6.6.1p1-11.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:openssh-0:6.6.1p1-11.el7.x86_64"
        },
        "product_reference": "openssh-0:6.6.1p1-11.el7.x86_64",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-askpass-0:6.6.1p1-11.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:openssh-askpass-0:6.6.1p1-11.el7.ppc64"
        },
        "product_reference": "openssh-askpass-0:6.6.1p1-11.el7.ppc64",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-askpass-0:6.6.1p1-11.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:openssh-askpass-0:6.6.1p1-11.el7.s390x"
        },
        "product_reference": "openssh-askpass-0:6.6.1p1-11.el7.s390x",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-askpass-0:6.6.1p1-11.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:openssh-askpass-0:6.6.1p1-11.el7.x86_64"
        },
        "product_reference": "openssh-askpass-0:6.6.1p1-11.el7.x86_64",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-clients-0:6.6.1p1-11.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:openssh-clients-0:6.6.1p1-11.el7.ppc64"
        },
        "product_reference": "openssh-clients-0:6.6.1p1-11.el7.ppc64",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-clients-0:6.6.1p1-11.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:openssh-clients-0:6.6.1p1-11.el7.s390x"
        },
        "product_reference": "openssh-clients-0:6.6.1p1-11.el7.s390x",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-clients-0:6.6.1p1-11.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:openssh-clients-0:6.6.1p1-11.el7.x86_64"
        },
        "product_reference": "openssh-clients-0:6.6.1p1-11.el7.x86_64",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-debuginfo-0:6.6.1p1-11.el7.i686 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:openssh-debuginfo-0:6.6.1p1-11.el7.i686"
        },
        "product_reference": "openssh-debuginfo-0:6.6.1p1-11.el7.i686",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-debuginfo-0:6.6.1p1-11.el7.ppc as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:openssh-debuginfo-0:6.6.1p1-11.el7.ppc"
        },
        "product_reference": "openssh-debuginfo-0:6.6.1p1-11.el7.ppc",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-debuginfo-0:6.6.1p1-11.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:openssh-debuginfo-0:6.6.1p1-11.el7.ppc64"
        },
        "product_reference": "openssh-debuginfo-0:6.6.1p1-11.el7.ppc64",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-debuginfo-0:6.6.1p1-11.el7.s390 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:openssh-debuginfo-0:6.6.1p1-11.el7.s390"
        },
        "product_reference": "openssh-debuginfo-0:6.6.1p1-11.el7.s390",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-debuginfo-0:6.6.1p1-11.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:openssh-debuginfo-0:6.6.1p1-11.el7.s390x"
        },
        "product_reference": "openssh-debuginfo-0:6.6.1p1-11.el7.s390x",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-debuginfo-0:6.6.1p1-11.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:openssh-debuginfo-0:6.6.1p1-11.el7.x86_64"
        },
        "product_reference": "openssh-debuginfo-0:6.6.1p1-11.el7.x86_64",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-keycat-0:6.6.1p1-11.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:openssh-keycat-0:6.6.1p1-11.el7.ppc64"
        },
        "product_reference": "openssh-keycat-0:6.6.1p1-11.el7.ppc64",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-keycat-0:6.6.1p1-11.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:openssh-keycat-0:6.6.1p1-11.el7.s390x"
        },
        "product_reference": "openssh-keycat-0:6.6.1p1-11.el7.s390x",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-keycat-0:6.6.1p1-11.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:openssh-keycat-0:6.6.1p1-11.el7.x86_64"
        },
        "product_reference": "openssh-keycat-0:6.6.1p1-11.el7.x86_64",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-ldap-0:6.6.1p1-11.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:openssh-ldap-0:6.6.1p1-11.el7.ppc64"
        },
        "product_reference": "openssh-ldap-0:6.6.1p1-11.el7.ppc64",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-ldap-0:6.6.1p1-11.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:openssh-ldap-0:6.6.1p1-11.el7.s390x"
        },
        "product_reference": "openssh-ldap-0:6.6.1p1-11.el7.s390x",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-ldap-0:6.6.1p1-11.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:openssh-ldap-0:6.6.1p1-11.el7.x86_64"
        },
        "product_reference": "openssh-ldap-0:6.6.1p1-11.el7.x86_64",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-server-0:6.6.1p1-11.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:openssh-server-0:6.6.1p1-11.el7.ppc64"
        },
        "product_reference": "openssh-server-0:6.6.1p1-11.el7.ppc64",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-server-0:6.6.1p1-11.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:openssh-server-0:6.6.1p1-11.el7.s390x"
        },
        "product_reference": "openssh-server-0:6.6.1p1-11.el7.s390x",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-server-0:6.6.1p1-11.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:openssh-server-0:6.6.1p1-11.el7.x86_64"
        },
        "product_reference": "openssh-server-0:6.6.1p1-11.el7.x86_64",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64"
        },
        "product_reference": "openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x"
        },
        "product_reference": "openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64"
        },
        "product_reference": "openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686"
        },
        "product_reference": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc"
        },
        "product_reference": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64"
        },
        "product_reference": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390"
        },
        "product_reference": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x"
        },
        "product_reference": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64"
        },
        "product_reference": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-0:6.6.1p1-11.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:openssh-0:6.6.1p1-11.el7.ppc64"
        },
        "product_reference": "openssh-0:6.6.1p1-11.el7.ppc64",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-0:6.6.1p1-11.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:openssh-0:6.6.1p1-11.el7.s390x"
        },
        "product_reference": "openssh-0:6.6.1p1-11.el7.s390x",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-0:6.6.1p1-11.el7.src as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:openssh-0:6.6.1p1-11.el7.src"
        },
        "product_reference": "openssh-0:6.6.1p1-11.el7.src",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-0:6.6.1p1-11.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:openssh-0:6.6.1p1-11.el7.x86_64"
        },
        "product_reference": "openssh-0:6.6.1p1-11.el7.x86_64",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-askpass-0:6.6.1p1-11.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:openssh-askpass-0:6.6.1p1-11.el7.ppc64"
        },
        "product_reference": "openssh-askpass-0:6.6.1p1-11.el7.ppc64",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-askpass-0:6.6.1p1-11.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:openssh-askpass-0:6.6.1p1-11.el7.s390x"
        },
        "product_reference": "openssh-askpass-0:6.6.1p1-11.el7.s390x",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-askpass-0:6.6.1p1-11.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:openssh-askpass-0:6.6.1p1-11.el7.x86_64"
        },
        "product_reference": "openssh-askpass-0:6.6.1p1-11.el7.x86_64",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-clients-0:6.6.1p1-11.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:openssh-clients-0:6.6.1p1-11.el7.ppc64"
        },
        "product_reference": "openssh-clients-0:6.6.1p1-11.el7.ppc64",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-clients-0:6.6.1p1-11.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:openssh-clients-0:6.6.1p1-11.el7.s390x"
        },
        "product_reference": "openssh-clients-0:6.6.1p1-11.el7.s390x",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-clients-0:6.6.1p1-11.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:openssh-clients-0:6.6.1p1-11.el7.x86_64"
        },
        "product_reference": "openssh-clients-0:6.6.1p1-11.el7.x86_64",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-debuginfo-0:6.6.1p1-11.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:openssh-debuginfo-0:6.6.1p1-11.el7.i686"
        },
        "product_reference": "openssh-debuginfo-0:6.6.1p1-11.el7.i686",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-debuginfo-0:6.6.1p1-11.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:openssh-debuginfo-0:6.6.1p1-11.el7.ppc"
        },
        "product_reference": "openssh-debuginfo-0:6.6.1p1-11.el7.ppc",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-debuginfo-0:6.6.1p1-11.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:openssh-debuginfo-0:6.6.1p1-11.el7.ppc64"
        },
        "product_reference": "openssh-debuginfo-0:6.6.1p1-11.el7.ppc64",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-debuginfo-0:6.6.1p1-11.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:openssh-debuginfo-0:6.6.1p1-11.el7.s390"
        },
        "product_reference": "openssh-debuginfo-0:6.6.1p1-11.el7.s390",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-debuginfo-0:6.6.1p1-11.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:openssh-debuginfo-0:6.6.1p1-11.el7.s390x"
        },
        "product_reference": "openssh-debuginfo-0:6.6.1p1-11.el7.s390x",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-debuginfo-0:6.6.1p1-11.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:openssh-debuginfo-0:6.6.1p1-11.el7.x86_64"
        },
        "product_reference": "openssh-debuginfo-0:6.6.1p1-11.el7.x86_64",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-keycat-0:6.6.1p1-11.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:openssh-keycat-0:6.6.1p1-11.el7.ppc64"
        },
        "product_reference": "openssh-keycat-0:6.6.1p1-11.el7.ppc64",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-keycat-0:6.6.1p1-11.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:openssh-keycat-0:6.6.1p1-11.el7.s390x"
        },
        "product_reference": "openssh-keycat-0:6.6.1p1-11.el7.s390x",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-keycat-0:6.6.1p1-11.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:openssh-keycat-0:6.6.1p1-11.el7.x86_64"
        },
        "product_reference": "openssh-keycat-0:6.6.1p1-11.el7.x86_64",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-ldap-0:6.6.1p1-11.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:openssh-ldap-0:6.6.1p1-11.el7.ppc64"
        },
        "product_reference": "openssh-ldap-0:6.6.1p1-11.el7.ppc64",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-ldap-0:6.6.1p1-11.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:openssh-ldap-0:6.6.1p1-11.el7.s390x"
        },
        "product_reference": "openssh-ldap-0:6.6.1p1-11.el7.s390x",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-ldap-0:6.6.1p1-11.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:openssh-ldap-0:6.6.1p1-11.el7.x86_64"
        },
        "product_reference": "openssh-ldap-0:6.6.1p1-11.el7.x86_64",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-server-0:6.6.1p1-11.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:openssh-server-0:6.6.1p1-11.el7.ppc64"
        },
        "product_reference": "openssh-server-0:6.6.1p1-11.el7.ppc64",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-server-0:6.6.1p1-11.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:openssh-server-0:6.6.1p1-11.el7.s390x"
        },
        "product_reference": "openssh-server-0:6.6.1p1-11.el7.s390x",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-server-0:6.6.1p1-11.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:openssh-server-0:6.6.1p1-11.el7.x86_64"
        },
        "product_reference": "openssh-server-0:6.6.1p1-11.el7.x86_64",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64"
        },
        "product_reference": "openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x"
        },
        "product_reference": "openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64"
        },
        "product_reference": "openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686"
        },
        "product_reference": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc"
        },
        "product_reference": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64"
        },
        "product_reference": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390"
        },
        "product_reference": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x"
        },
        "product_reference": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64"
        },
        "product_reference": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-0:6.6.1p1-11.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:openssh-0:6.6.1p1-11.el7.ppc64"
        },
        "product_reference": "openssh-0:6.6.1p1-11.el7.ppc64",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-0:6.6.1p1-11.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:openssh-0:6.6.1p1-11.el7.s390x"
        },
        "product_reference": "openssh-0:6.6.1p1-11.el7.s390x",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-0:6.6.1p1-11.el7.src as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:openssh-0:6.6.1p1-11.el7.src"
        },
        "product_reference": "openssh-0:6.6.1p1-11.el7.src",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-0:6.6.1p1-11.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:openssh-0:6.6.1p1-11.el7.x86_64"
        },
        "product_reference": "openssh-0:6.6.1p1-11.el7.x86_64",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-askpass-0:6.6.1p1-11.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:openssh-askpass-0:6.6.1p1-11.el7.ppc64"
        },
        "product_reference": "openssh-askpass-0:6.6.1p1-11.el7.ppc64",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-askpass-0:6.6.1p1-11.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:openssh-askpass-0:6.6.1p1-11.el7.s390x"
        },
        "product_reference": "openssh-askpass-0:6.6.1p1-11.el7.s390x",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-askpass-0:6.6.1p1-11.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:openssh-askpass-0:6.6.1p1-11.el7.x86_64"
        },
        "product_reference": "openssh-askpass-0:6.6.1p1-11.el7.x86_64",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-clients-0:6.6.1p1-11.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:openssh-clients-0:6.6.1p1-11.el7.ppc64"
        },
        "product_reference": "openssh-clients-0:6.6.1p1-11.el7.ppc64",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-clients-0:6.6.1p1-11.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:openssh-clients-0:6.6.1p1-11.el7.s390x"
        },
        "product_reference": "openssh-clients-0:6.6.1p1-11.el7.s390x",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-clients-0:6.6.1p1-11.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:openssh-clients-0:6.6.1p1-11.el7.x86_64"
        },
        "product_reference": "openssh-clients-0:6.6.1p1-11.el7.x86_64",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-debuginfo-0:6.6.1p1-11.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:openssh-debuginfo-0:6.6.1p1-11.el7.i686"
        },
        "product_reference": "openssh-debuginfo-0:6.6.1p1-11.el7.i686",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-debuginfo-0:6.6.1p1-11.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:openssh-debuginfo-0:6.6.1p1-11.el7.ppc"
        },
        "product_reference": "openssh-debuginfo-0:6.6.1p1-11.el7.ppc",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-debuginfo-0:6.6.1p1-11.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:openssh-debuginfo-0:6.6.1p1-11.el7.ppc64"
        },
        "product_reference": "openssh-debuginfo-0:6.6.1p1-11.el7.ppc64",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-debuginfo-0:6.6.1p1-11.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:openssh-debuginfo-0:6.6.1p1-11.el7.s390"
        },
        "product_reference": "openssh-debuginfo-0:6.6.1p1-11.el7.s390",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-debuginfo-0:6.6.1p1-11.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:openssh-debuginfo-0:6.6.1p1-11.el7.s390x"
        },
        "product_reference": "openssh-debuginfo-0:6.6.1p1-11.el7.s390x",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-debuginfo-0:6.6.1p1-11.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:openssh-debuginfo-0:6.6.1p1-11.el7.x86_64"
        },
        "product_reference": "openssh-debuginfo-0:6.6.1p1-11.el7.x86_64",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-keycat-0:6.6.1p1-11.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:openssh-keycat-0:6.6.1p1-11.el7.ppc64"
        },
        "product_reference": "openssh-keycat-0:6.6.1p1-11.el7.ppc64",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-keycat-0:6.6.1p1-11.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:openssh-keycat-0:6.6.1p1-11.el7.s390x"
        },
        "product_reference": "openssh-keycat-0:6.6.1p1-11.el7.s390x",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-keycat-0:6.6.1p1-11.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:openssh-keycat-0:6.6.1p1-11.el7.x86_64"
        },
        "product_reference": "openssh-keycat-0:6.6.1p1-11.el7.x86_64",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-ldap-0:6.6.1p1-11.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:openssh-ldap-0:6.6.1p1-11.el7.ppc64"
        },
        "product_reference": "openssh-ldap-0:6.6.1p1-11.el7.ppc64",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-ldap-0:6.6.1p1-11.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:openssh-ldap-0:6.6.1p1-11.el7.s390x"
        },
        "product_reference": "openssh-ldap-0:6.6.1p1-11.el7.s390x",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-ldap-0:6.6.1p1-11.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:openssh-ldap-0:6.6.1p1-11.el7.x86_64"
        },
        "product_reference": "openssh-ldap-0:6.6.1p1-11.el7.x86_64",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-server-0:6.6.1p1-11.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:openssh-server-0:6.6.1p1-11.el7.ppc64"
        },
        "product_reference": "openssh-server-0:6.6.1p1-11.el7.ppc64",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-server-0:6.6.1p1-11.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:openssh-server-0:6.6.1p1-11.el7.s390x"
        },
        "product_reference": "openssh-server-0:6.6.1p1-11.el7.s390x",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-server-0:6.6.1p1-11.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:openssh-server-0:6.6.1p1-11.el7.x86_64"
        },
        "product_reference": "openssh-server-0:6.6.1p1-11.el7.x86_64",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64"
        },
        "product_reference": "openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x"
        },
        "product_reference": "openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64"
        },
        "product_reference": "openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686"
        },
        "product_reference": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc"
        },
        "product_reference": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64"
        },
        "product_reference": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390"
        },
        "product_reference": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x"
        },
        "product_reference": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64"
        },
        "product_reference": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-0:6.6.1p1-11.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:openssh-0:6.6.1p1-11.el7.ppc64"
        },
        "product_reference": "openssh-0:6.6.1p1-11.el7.ppc64",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-0:6.6.1p1-11.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:openssh-0:6.6.1p1-11.el7.s390x"
        },
        "product_reference": "openssh-0:6.6.1p1-11.el7.s390x",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-0:6.6.1p1-11.el7.src as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:openssh-0:6.6.1p1-11.el7.src"
        },
        "product_reference": "openssh-0:6.6.1p1-11.el7.src",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-0:6.6.1p1-11.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:openssh-0:6.6.1p1-11.el7.x86_64"
        },
        "product_reference": "openssh-0:6.6.1p1-11.el7.x86_64",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-askpass-0:6.6.1p1-11.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:openssh-askpass-0:6.6.1p1-11.el7.ppc64"
        },
        "product_reference": "openssh-askpass-0:6.6.1p1-11.el7.ppc64",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-askpass-0:6.6.1p1-11.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:openssh-askpass-0:6.6.1p1-11.el7.s390x"
        },
        "product_reference": "openssh-askpass-0:6.6.1p1-11.el7.s390x",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-askpass-0:6.6.1p1-11.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:openssh-askpass-0:6.6.1p1-11.el7.x86_64"
        },
        "product_reference": "openssh-askpass-0:6.6.1p1-11.el7.x86_64",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-clients-0:6.6.1p1-11.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:openssh-clients-0:6.6.1p1-11.el7.ppc64"
        },
        "product_reference": "openssh-clients-0:6.6.1p1-11.el7.ppc64",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-clients-0:6.6.1p1-11.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:openssh-clients-0:6.6.1p1-11.el7.s390x"
        },
        "product_reference": "openssh-clients-0:6.6.1p1-11.el7.s390x",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-clients-0:6.6.1p1-11.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:openssh-clients-0:6.6.1p1-11.el7.x86_64"
        },
        "product_reference": "openssh-clients-0:6.6.1p1-11.el7.x86_64",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-debuginfo-0:6.6.1p1-11.el7.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:openssh-debuginfo-0:6.6.1p1-11.el7.i686"
        },
        "product_reference": "openssh-debuginfo-0:6.6.1p1-11.el7.i686",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-debuginfo-0:6.6.1p1-11.el7.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:openssh-debuginfo-0:6.6.1p1-11.el7.ppc"
        },
        "product_reference": "openssh-debuginfo-0:6.6.1p1-11.el7.ppc",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-debuginfo-0:6.6.1p1-11.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:openssh-debuginfo-0:6.6.1p1-11.el7.ppc64"
        },
        "product_reference": "openssh-debuginfo-0:6.6.1p1-11.el7.ppc64",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-debuginfo-0:6.6.1p1-11.el7.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:openssh-debuginfo-0:6.6.1p1-11.el7.s390"
        },
        "product_reference": "openssh-debuginfo-0:6.6.1p1-11.el7.s390",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-debuginfo-0:6.6.1p1-11.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:openssh-debuginfo-0:6.6.1p1-11.el7.s390x"
        },
        "product_reference": "openssh-debuginfo-0:6.6.1p1-11.el7.s390x",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-debuginfo-0:6.6.1p1-11.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:openssh-debuginfo-0:6.6.1p1-11.el7.x86_64"
        },
        "product_reference": "openssh-debuginfo-0:6.6.1p1-11.el7.x86_64",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-keycat-0:6.6.1p1-11.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:openssh-keycat-0:6.6.1p1-11.el7.ppc64"
        },
        "product_reference": "openssh-keycat-0:6.6.1p1-11.el7.ppc64",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-keycat-0:6.6.1p1-11.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:openssh-keycat-0:6.6.1p1-11.el7.s390x"
        },
        "product_reference": "openssh-keycat-0:6.6.1p1-11.el7.s390x",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-keycat-0:6.6.1p1-11.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:openssh-keycat-0:6.6.1p1-11.el7.x86_64"
        },
        "product_reference": "openssh-keycat-0:6.6.1p1-11.el7.x86_64",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-ldap-0:6.6.1p1-11.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:openssh-ldap-0:6.6.1p1-11.el7.ppc64"
        },
        "product_reference": "openssh-ldap-0:6.6.1p1-11.el7.ppc64",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-ldap-0:6.6.1p1-11.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:openssh-ldap-0:6.6.1p1-11.el7.s390x"
        },
        "product_reference": "openssh-ldap-0:6.6.1p1-11.el7.s390x",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-ldap-0:6.6.1p1-11.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:openssh-ldap-0:6.6.1p1-11.el7.x86_64"
        },
        "product_reference": "openssh-ldap-0:6.6.1p1-11.el7.x86_64",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-server-0:6.6.1p1-11.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:openssh-server-0:6.6.1p1-11.el7.ppc64"
        },
        "product_reference": "openssh-server-0:6.6.1p1-11.el7.ppc64",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-server-0:6.6.1p1-11.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:openssh-server-0:6.6.1p1-11.el7.s390x"
        },
        "product_reference": "openssh-server-0:6.6.1p1-11.el7.s390x",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-server-0:6.6.1p1-11.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:openssh-server-0:6.6.1p1-11.el7.x86_64"
        },
        "product_reference": "openssh-server-0:6.6.1p1-11.el7.x86_64",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64"
        },
        "product_reference": "openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x"
        },
        "product_reference": "openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64"
        },
        "product_reference": "openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686"
        },
        "product_reference": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc"
        },
        "product_reference": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64"
        },
        "product_reference": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390"
        },
        "product_reference": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x"
        },
        "product_reference": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64"
        },
        "product_reference": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-0:6.6.1p1-11.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:openssh-0:6.6.1p1-11.el7.ppc64"
        },
        "product_reference": "openssh-0:6.6.1p1-11.el7.ppc64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-0:6.6.1p1-11.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:openssh-0:6.6.1p1-11.el7.s390x"
        },
        "product_reference": "openssh-0:6.6.1p1-11.el7.s390x",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-0:6.6.1p1-11.el7.src as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:openssh-0:6.6.1p1-11.el7.src"
        },
        "product_reference": "openssh-0:6.6.1p1-11.el7.src",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-0:6.6.1p1-11.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:openssh-0:6.6.1p1-11.el7.x86_64"
        },
        "product_reference": "openssh-0:6.6.1p1-11.el7.x86_64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-askpass-0:6.6.1p1-11.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:openssh-askpass-0:6.6.1p1-11.el7.ppc64"
        },
        "product_reference": "openssh-askpass-0:6.6.1p1-11.el7.ppc64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-askpass-0:6.6.1p1-11.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:openssh-askpass-0:6.6.1p1-11.el7.s390x"
        },
        "product_reference": "openssh-askpass-0:6.6.1p1-11.el7.s390x",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-askpass-0:6.6.1p1-11.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:openssh-askpass-0:6.6.1p1-11.el7.x86_64"
        },
        "product_reference": "openssh-askpass-0:6.6.1p1-11.el7.x86_64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-clients-0:6.6.1p1-11.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:openssh-clients-0:6.6.1p1-11.el7.ppc64"
        },
        "product_reference": "openssh-clients-0:6.6.1p1-11.el7.ppc64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-clients-0:6.6.1p1-11.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:openssh-clients-0:6.6.1p1-11.el7.s390x"
        },
        "product_reference": "openssh-clients-0:6.6.1p1-11.el7.s390x",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-clients-0:6.6.1p1-11.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:openssh-clients-0:6.6.1p1-11.el7.x86_64"
        },
        "product_reference": "openssh-clients-0:6.6.1p1-11.el7.x86_64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-debuginfo-0:6.6.1p1-11.el7.i686 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:openssh-debuginfo-0:6.6.1p1-11.el7.i686"
        },
        "product_reference": "openssh-debuginfo-0:6.6.1p1-11.el7.i686",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-debuginfo-0:6.6.1p1-11.el7.ppc as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:openssh-debuginfo-0:6.6.1p1-11.el7.ppc"
        },
        "product_reference": "openssh-debuginfo-0:6.6.1p1-11.el7.ppc",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-debuginfo-0:6.6.1p1-11.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:openssh-debuginfo-0:6.6.1p1-11.el7.ppc64"
        },
        "product_reference": "openssh-debuginfo-0:6.6.1p1-11.el7.ppc64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-debuginfo-0:6.6.1p1-11.el7.s390 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:openssh-debuginfo-0:6.6.1p1-11.el7.s390"
        },
        "product_reference": "openssh-debuginfo-0:6.6.1p1-11.el7.s390",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-debuginfo-0:6.6.1p1-11.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:openssh-debuginfo-0:6.6.1p1-11.el7.s390x"
        },
        "product_reference": "openssh-debuginfo-0:6.6.1p1-11.el7.s390x",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-debuginfo-0:6.6.1p1-11.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:openssh-debuginfo-0:6.6.1p1-11.el7.x86_64"
        },
        "product_reference": "openssh-debuginfo-0:6.6.1p1-11.el7.x86_64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-keycat-0:6.6.1p1-11.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:openssh-keycat-0:6.6.1p1-11.el7.ppc64"
        },
        "product_reference": "openssh-keycat-0:6.6.1p1-11.el7.ppc64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-keycat-0:6.6.1p1-11.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:openssh-keycat-0:6.6.1p1-11.el7.s390x"
        },
        "product_reference": "openssh-keycat-0:6.6.1p1-11.el7.s390x",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-keycat-0:6.6.1p1-11.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:openssh-keycat-0:6.6.1p1-11.el7.x86_64"
        },
        "product_reference": "openssh-keycat-0:6.6.1p1-11.el7.x86_64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-ldap-0:6.6.1p1-11.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:openssh-ldap-0:6.6.1p1-11.el7.ppc64"
        },
        "product_reference": "openssh-ldap-0:6.6.1p1-11.el7.ppc64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-ldap-0:6.6.1p1-11.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:openssh-ldap-0:6.6.1p1-11.el7.s390x"
        },
        "product_reference": "openssh-ldap-0:6.6.1p1-11.el7.s390x",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-ldap-0:6.6.1p1-11.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:openssh-ldap-0:6.6.1p1-11.el7.x86_64"
        },
        "product_reference": "openssh-ldap-0:6.6.1p1-11.el7.x86_64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-server-0:6.6.1p1-11.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:openssh-server-0:6.6.1p1-11.el7.ppc64"
        },
        "product_reference": "openssh-server-0:6.6.1p1-11.el7.ppc64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-server-0:6.6.1p1-11.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:openssh-server-0:6.6.1p1-11.el7.s390x"
        },
        "product_reference": "openssh-server-0:6.6.1p1-11.el7.s390x",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-server-0:6.6.1p1-11.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:openssh-server-0:6.6.1p1-11.el7.x86_64"
        },
        "product_reference": "openssh-server-0:6.6.1p1-11.el7.x86_64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64"
        },
        "product_reference": "openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x"
        },
        "product_reference": "openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64"
        },
        "product_reference": "openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686"
        },
        "product_reference": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc"
        },
        "product_reference": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64"
        },
        "product_reference": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390"
        },
        "product_reference": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x"
        },
        "product_reference": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64"
        },
        "product_reference": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-0:6.6.1p1-11.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:openssh-0:6.6.1p1-11.el7.ppc64"
        },
        "product_reference": "openssh-0:6.6.1p1-11.el7.ppc64",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-0:6.6.1p1-11.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:openssh-0:6.6.1p1-11.el7.s390x"
        },
        "product_reference": "openssh-0:6.6.1p1-11.el7.s390x",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-0:6.6.1p1-11.el7.src as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:openssh-0:6.6.1p1-11.el7.src"
        },
        "product_reference": "openssh-0:6.6.1p1-11.el7.src",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-0:6.6.1p1-11.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:openssh-0:6.6.1p1-11.el7.x86_64"
        },
        "product_reference": "openssh-0:6.6.1p1-11.el7.x86_64",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-askpass-0:6.6.1p1-11.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:openssh-askpass-0:6.6.1p1-11.el7.ppc64"
        },
        "product_reference": "openssh-askpass-0:6.6.1p1-11.el7.ppc64",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-askpass-0:6.6.1p1-11.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:openssh-askpass-0:6.6.1p1-11.el7.s390x"
        },
        "product_reference": "openssh-askpass-0:6.6.1p1-11.el7.s390x",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-askpass-0:6.6.1p1-11.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:openssh-askpass-0:6.6.1p1-11.el7.x86_64"
        },
        "product_reference": "openssh-askpass-0:6.6.1p1-11.el7.x86_64",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-clients-0:6.6.1p1-11.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:openssh-clients-0:6.6.1p1-11.el7.ppc64"
        },
        "product_reference": "openssh-clients-0:6.6.1p1-11.el7.ppc64",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-clients-0:6.6.1p1-11.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:openssh-clients-0:6.6.1p1-11.el7.s390x"
        },
        "product_reference": "openssh-clients-0:6.6.1p1-11.el7.s390x",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-clients-0:6.6.1p1-11.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:openssh-clients-0:6.6.1p1-11.el7.x86_64"
        },
        "product_reference": "openssh-clients-0:6.6.1p1-11.el7.x86_64",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-debuginfo-0:6.6.1p1-11.el7.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:openssh-debuginfo-0:6.6.1p1-11.el7.i686"
        },
        "product_reference": "openssh-debuginfo-0:6.6.1p1-11.el7.i686",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-debuginfo-0:6.6.1p1-11.el7.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:openssh-debuginfo-0:6.6.1p1-11.el7.ppc"
        },
        "product_reference": "openssh-debuginfo-0:6.6.1p1-11.el7.ppc",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-debuginfo-0:6.6.1p1-11.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:openssh-debuginfo-0:6.6.1p1-11.el7.ppc64"
        },
        "product_reference": "openssh-debuginfo-0:6.6.1p1-11.el7.ppc64",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-debuginfo-0:6.6.1p1-11.el7.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:openssh-debuginfo-0:6.6.1p1-11.el7.s390"
        },
        "product_reference": "openssh-debuginfo-0:6.6.1p1-11.el7.s390",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-debuginfo-0:6.6.1p1-11.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:openssh-debuginfo-0:6.6.1p1-11.el7.s390x"
        },
        "product_reference": "openssh-debuginfo-0:6.6.1p1-11.el7.s390x",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-debuginfo-0:6.6.1p1-11.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:openssh-debuginfo-0:6.6.1p1-11.el7.x86_64"
        },
        "product_reference": "openssh-debuginfo-0:6.6.1p1-11.el7.x86_64",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-keycat-0:6.6.1p1-11.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:openssh-keycat-0:6.6.1p1-11.el7.ppc64"
        },
        "product_reference": "openssh-keycat-0:6.6.1p1-11.el7.ppc64",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-keycat-0:6.6.1p1-11.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:openssh-keycat-0:6.6.1p1-11.el7.s390x"
        },
        "product_reference": "openssh-keycat-0:6.6.1p1-11.el7.s390x",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-keycat-0:6.6.1p1-11.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:openssh-keycat-0:6.6.1p1-11.el7.x86_64"
        },
        "product_reference": "openssh-keycat-0:6.6.1p1-11.el7.x86_64",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-ldap-0:6.6.1p1-11.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:openssh-ldap-0:6.6.1p1-11.el7.ppc64"
        },
        "product_reference": "openssh-ldap-0:6.6.1p1-11.el7.ppc64",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-ldap-0:6.6.1p1-11.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:openssh-ldap-0:6.6.1p1-11.el7.s390x"
        },
        "product_reference": "openssh-ldap-0:6.6.1p1-11.el7.s390x",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-ldap-0:6.6.1p1-11.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:openssh-ldap-0:6.6.1p1-11.el7.x86_64"
        },
        "product_reference": "openssh-ldap-0:6.6.1p1-11.el7.x86_64",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-server-0:6.6.1p1-11.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:openssh-server-0:6.6.1p1-11.el7.ppc64"
        },
        "product_reference": "openssh-server-0:6.6.1p1-11.el7.ppc64",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-server-0:6.6.1p1-11.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:openssh-server-0:6.6.1p1-11.el7.s390x"
        },
        "product_reference": "openssh-server-0:6.6.1p1-11.el7.s390x",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-server-0:6.6.1p1-11.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:openssh-server-0:6.6.1p1-11.el7.x86_64"
        },
        "product_reference": "openssh-server-0:6.6.1p1-11.el7.x86_64",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64"
        },
        "product_reference": "openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x"
        },
        "product_reference": "openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64"
        },
        "product_reference": "openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686"
        },
        "product_reference": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc"
        },
        "product_reference": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64"
        },
        "product_reference": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390"
        },
        "product_reference": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x"
        },
        "product_reference": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64"
        },
        "product_reference": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-0:6.6.1p1-11.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:openssh-0:6.6.1p1-11.el7.ppc64"
        },
        "product_reference": "openssh-0:6.6.1p1-11.el7.ppc64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-0:6.6.1p1-11.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:openssh-0:6.6.1p1-11.el7.s390x"
        },
        "product_reference": "openssh-0:6.6.1p1-11.el7.s390x",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-0:6.6.1p1-11.el7.src as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:openssh-0:6.6.1p1-11.el7.src"
        },
        "product_reference": "openssh-0:6.6.1p1-11.el7.src",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-0:6.6.1p1-11.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:openssh-0:6.6.1p1-11.el7.x86_64"
        },
        "product_reference": "openssh-0:6.6.1p1-11.el7.x86_64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-askpass-0:6.6.1p1-11.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:openssh-askpass-0:6.6.1p1-11.el7.ppc64"
        },
        "product_reference": "openssh-askpass-0:6.6.1p1-11.el7.ppc64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-askpass-0:6.6.1p1-11.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:openssh-askpass-0:6.6.1p1-11.el7.s390x"
        },
        "product_reference": "openssh-askpass-0:6.6.1p1-11.el7.s390x",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-askpass-0:6.6.1p1-11.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:openssh-askpass-0:6.6.1p1-11.el7.x86_64"
        },
        "product_reference": "openssh-askpass-0:6.6.1p1-11.el7.x86_64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-clients-0:6.6.1p1-11.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:openssh-clients-0:6.6.1p1-11.el7.ppc64"
        },
        "product_reference": "openssh-clients-0:6.6.1p1-11.el7.ppc64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-clients-0:6.6.1p1-11.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:openssh-clients-0:6.6.1p1-11.el7.s390x"
        },
        "product_reference": "openssh-clients-0:6.6.1p1-11.el7.s390x",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-clients-0:6.6.1p1-11.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:openssh-clients-0:6.6.1p1-11.el7.x86_64"
        },
        "product_reference": "openssh-clients-0:6.6.1p1-11.el7.x86_64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-debuginfo-0:6.6.1p1-11.el7.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:openssh-debuginfo-0:6.6.1p1-11.el7.i686"
        },
        "product_reference": "openssh-debuginfo-0:6.6.1p1-11.el7.i686",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-debuginfo-0:6.6.1p1-11.el7.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:openssh-debuginfo-0:6.6.1p1-11.el7.ppc"
        },
        "product_reference": "openssh-debuginfo-0:6.6.1p1-11.el7.ppc",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-debuginfo-0:6.6.1p1-11.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:openssh-debuginfo-0:6.6.1p1-11.el7.ppc64"
        },
        "product_reference": "openssh-debuginfo-0:6.6.1p1-11.el7.ppc64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-debuginfo-0:6.6.1p1-11.el7.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:openssh-debuginfo-0:6.6.1p1-11.el7.s390"
        },
        "product_reference": "openssh-debuginfo-0:6.6.1p1-11.el7.s390",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-debuginfo-0:6.6.1p1-11.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:openssh-debuginfo-0:6.6.1p1-11.el7.s390x"
        },
        "product_reference": "openssh-debuginfo-0:6.6.1p1-11.el7.s390x",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-debuginfo-0:6.6.1p1-11.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:openssh-debuginfo-0:6.6.1p1-11.el7.x86_64"
        },
        "product_reference": "openssh-debuginfo-0:6.6.1p1-11.el7.x86_64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-keycat-0:6.6.1p1-11.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:openssh-keycat-0:6.6.1p1-11.el7.ppc64"
        },
        "product_reference": "openssh-keycat-0:6.6.1p1-11.el7.ppc64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-keycat-0:6.6.1p1-11.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:openssh-keycat-0:6.6.1p1-11.el7.s390x"
        },
        "product_reference": "openssh-keycat-0:6.6.1p1-11.el7.s390x",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-keycat-0:6.6.1p1-11.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:openssh-keycat-0:6.6.1p1-11.el7.x86_64"
        },
        "product_reference": "openssh-keycat-0:6.6.1p1-11.el7.x86_64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-ldap-0:6.6.1p1-11.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:openssh-ldap-0:6.6.1p1-11.el7.ppc64"
        },
        "product_reference": "openssh-ldap-0:6.6.1p1-11.el7.ppc64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-ldap-0:6.6.1p1-11.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:openssh-ldap-0:6.6.1p1-11.el7.s390x"
        },
        "product_reference": "openssh-ldap-0:6.6.1p1-11.el7.s390x",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-ldap-0:6.6.1p1-11.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:openssh-ldap-0:6.6.1p1-11.el7.x86_64"
        },
        "product_reference": "openssh-ldap-0:6.6.1p1-11.el7.x86_64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-server-0:6.6.1p1-11.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:openssh-server-0:6.6.1p1-11.el7.ppc64"
        },
        "product_reference": "openssh-server-0:6.6.1p1-11.el7.ppc64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-server-0:6.6.1p1-11.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:openssh-server-0:6.6.1p1-11.el7.s390x"
        },
        "product_reference": "openssh-server-0:6.6.1p1-11.el7.s390x",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-server-0:6.6.1p1-11.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:openssh-server-0:6.6.1p1-11.el7.x86_64"
        },
        "product_reference": "openssh-server-0:6.6.1p1-11.el7.x86_64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64"
        },
        "product_reference": "openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x"
        },
        "product_reference": "openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64"
        },
        "product_reference": "openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686"
        },
        "product_reference": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc"
        },
        "product_reference": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64"
        },
        "product_reference": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390"
        },
        "product_reference": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x"
        },
        "product_reference": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64"
        },
        "product_reference": "pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64",
        "relates_to_product_reference": "7Workstation"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2014-2653",
      "cwe": {
        "id": "CWE-287",
        "name": "Improper Authentication"
      },
      "discovery_date": "2014-03-26T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1081338"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "It was discovered that OpenSSH clients did not correctly verify DNS SSHFP records. A malicious server could use this flaw to force a connecting client to skip the DNS SSHFP record check and require the user to perform manual host verification of the DNS SSHFP record.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "openssh: failure to check DNS SSHFP records in certain scenarios",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "The Red Hat Security Response Team has rated this issue as having Moderate security impact. This issue is not planned to be fixed in Red Hat Enterprise Linux 5 as it is now in Production 3 Phase of the support and maintenance life cycle, https://access.redhat.com/support/policy/updates/errata/",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "7Client-optional:openssh-0:6.6.1p1-11.el7.ppc64",
          "7Client-optional:openssh-0:6.6.1p1-11.el7.s390x",
          "7Client-optional:openssh-0:6.6.1p1-11.el7.src",
          "7Client-optional:openssh-0:6.6.1p1-11.el7.x86_64",
          "7Client-optional:openssh-askpass-0:6.6.1p1-11.el7.ppc64",
          "7Client-optional:openssh-askpass-0:6.6.1p1-11.el7.s390x",
          "7Client-optional:openssh-askpass-0:6.6.1p1-11.el7.x86_64",
          "7Client-optional:openssh-clients-0:6.6.1p1-11.el7.ppc64",
          "7Client-optional:openssh-clients-0:6.6.1p1-11.el7.s390x",
          "7Client-optional:openssh-clients-0:6.6.1p1-11.el7.x86_64",
          "7Client-optional:openssh-debuginfo-0:6.6.1p1-11.el7.i686",
          "7Client-optional:openssh-debuginfo-0:6.6.1p1-11.el7.ppc",
          "7Client-optional:openssh-debuginfo-0:6.6.1p1-11.el7.ppc64",
          "7Client-optional:openssh-debuginfo-0:6.6.1p1-11.el7.s390",
          "7Client-optional:openssh-debuginfo-0:6.6.1p1-11.el7.s390x",
          "7Client-optional:openssh-debuginfo-0:6.6.1p1-11.el7.x86_64",
          "7Client-optional:openssh-keycat-0:6.6.1p1-11.el7.ppc64",
          "7Client-optional:openssh-keycat-0:6.6.1p1-11.el7.s390x",
          "7Client-optional:openssh-keycat-0:6.6.1p1-11.el7.x86_64",
          "7Client-optional:openssh-ldap-0:6.6.1p1-11.el7.ppc64",
          "7Client-optional:openssh-ldap-0:6.6.1p1-11.el7.s390x",
          "7Client-optional:openssh-ldap-0:6.6.1p1-11.el7.x86_64",
          "7Client-optional:openssh-server-0:6.6.1p1-11.el7.ppc64",
          "7Client-optional:openssh-server-0:6.6.1p1-11.el7.s390x",
          "7Client-optional:openssh-server-0:6.6.1p1-11.el7.x86_64",
          "7Client-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64",
          "7Client-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x",
          "7Client-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64",
          "7Client-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686",
          "7Client-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc",
          "7Client-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64",
          "7Client-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390",
          "7Client-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x",
          "7Client-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64",
          "7Client:openssh-0:6.6.1p1-11.el7.ppc64",
          "7Client:openssh-0:6.6.1p1-11.el7.s390x",
          "7Client:openssh-0:6.6.1p1-11.el7.src",
          "7Client:openssh-0:6.6.1p1-11.el7.x86_64",
          "7Client:openssh-askpass-0:6.6.1p1-11.el7.ppc64",
          "7Client:openssh-askpass-0:6.6.1p1-11.el7.s390x",
          "7Client:openssh-askpass-0:6.6.1p1-11.el7.x86_64",
          "7Client:openssh-clients-0:6.6.1p1-11.el7.ppc64",
          "7Client:openssh-clients-0:6.6.1p1-11.el7.s390x",
          "7Client:openssh-clients-0:6.6.1p1-11.el7.x86_64",
          "7Client:openssh-debuginfo-0:6.6.1p1-11.el7.i686",
          "7Client:openssh-debuginfo-0:6.6.1p1-11.el7.ppc",
          "7Client:openssh-debuginfo-0:6.6.1p1-11.el7.ppc64",
          "7Client:openssh-debuginfo-0:6.6.1p1-11.el7.s390",
          "7Client:openssh-debuginfo-0:6.6.1p1-11.el7.s390x",
          "7Client:openssh-debuginfo-0:6.6.1p1-11.el7.x86_64",
          "7Client:openssh-keycat-0:6.6.1p1-11.el7.ppc64",
          "7Client:openssh-keycat-0:6.6.1p1-11.el7.s390x",
          "7Client:openssh-keycat-0:6.6.1p1-11.el7.x86_64",
          "7Client:openssh-ldap-0:6.6.1p1-11.el7.ppc64",
          "7Client:openssh-ldap-0:6.6.1p1-11.el7.s390x",
          "7Client:openssh-ldap-0:6.6.1p1-11.el7.x86_64",
          "7Client:openssh-server-0:6.6.1p1-11.el7.ppc64",
          "7Client:openssh-server-0:6.6.1p1-11.el7.s390x",
          "7Client:openssh-server-0:6.6.1p1-11.el7.x86_64",
          "7Client:openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64",
          "7Client:openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x",
          "7Client:openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64",
          "7Client:pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686",
          "7Client:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc",
          "7Client:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64",
          "7Client:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390",
          "7Client:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x",
          "7Client:pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64",
          "7ComputeNode-optional:openssh-0:6.6.1p1-11.el7.ppc64",
          "7ComputeNode-optional:openssh-0:6.6.1p1-11.el7.s390x",
          "7ComputeNode-optional:openssh-0:6.6.1p1-11.el7.src",
          "7ComputeNode-optional:openssh-0:6.6.1p1-11.el7.x86_64",
          "7ComputeNode-optional:openssh-askpass-0:6.6.1p1-11.el7.ppc64",
          "7ComputeNode-optional:openssh-askpass-0:6.6.1p1-11.el7.s390x",
          "7ComputeNode-optional:openssh-askpass-0:6.6.1p1-11.el7.x86_64",
          "7ComputeNode-optional:openssh-clients-0:6.6.1p1-11.el7.ppc64",
          "7ComputeNode-optional:openssh-clients-0:6.6.1p1-11.el7.s390x",
          "7ComputeNode-optional:openssh-clients-0:6.6.1p1-11.el7.x86_64",
          "7ComputeNode-optional:openssh-debuginfo-0:6.6.1p1-11.el7.i686",
          "7ComputeNode-optional:openssh-debuginfo-0:6.6.1p1-11.el7.ppc",
          "7ComputeNode-optional:openssh-debuginfo-0:6.6.1p1-11.el7.ppc64",
          "7ComputeNode-optional:openssh-debuginfo-0:6.6.1p1-11.el7.s390",
          "7ComputeNode-optional:openssh-debuginfo-0:6.6.1p1-11.el7.s390x",
          "7ComputeNode-optional:openssh-debuginfo-0:6.6.1p1-11.el7.x86_64",
          "7ComputeNode-optional:openssh-keycat-0:6.6.1p1-11.el7.ppc64",
          "7ComputeNode-optional:openssh-keycat-0:6.6.1p1-11.el7.s390x",
          "7ComputeNode-optional:openssh-keycat-0:6.6.1p1-11.el7.x86_64",
          "7ComputeNode-optional:openssh-ldap-0:6.6.1p1-11.el7.ppc64",
          "7ComputeNode-optional:openssh-ldap-0:6.6.1p1-11.el7.s390x",
          "7ComputeNode-optional:openssh-ldap-0:6.6.1p1-11.el7.x86_64",
          "7ComputeNode-optional:openssh-server-0:6.6.1p1-11.el7.ppc64",
          "7ComputeNode-optional:openssh-server-0:6.6.1p1-11.el7.s390x",
          "7ComputeNode-optional:openssh-server-0:6.6.1p1-11.el7.x86_64",
          "7ComputeNode-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64",
          "7ComputeNode-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x",
          "7ComputeNode-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64",
          "7ComputeNode-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686",
          "7ComputeNode-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc",
          "7ComputeNode-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64",
          "7ComputeNode-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390",
          "7ComputeNode-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x",
          "7ComputeNode-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64",
          "7ComputeNode:openssh-0:6.6.1p1-11.el7.ppc64",
          "7ComputeNode:openssh-0:6.6.1p1-11.el7.s390x",
          "7ComputeNode:openssh-0:6.6.1p1-11.el7.src",
          "7ComputeNode:openssh-0:6.6.1p1-11.el7.x86_64",
          "7ComputeNode:openssh-askpass-0:6.6.1p1-11.el7.ppc64",
          "7ComputeNode:openssh-askpass-0:6.6.1p1-11.el7.s390x",
          "7ComputeNode:openssh-askpass-0:6.6.1p1-11.el7.x86_64",
          "7ComputeNode:openssh-clients-0:6.6.1p1-11.el7.ppc64",
          "7ComputeNode:openssh-clients-0:6.6.1p1-11.el7.s390x",
          "7ComputeNode:openssh-clients-0:6.6.1p1-11.el7.x86_64",
          "7ComputeNode:openssh-debuginfo-0:6.6.1p1-11.el7.i686",
          "7ComputeNode:openssh-debuginfo-0:6.6.1p1-11.el7.ppc",
          "7ComputeNode:openssh-debuginfo-0:6.6.1p1-11.el7.ppc64",
          "7ComputeNode:openssh-debuginfo-0:6.6.1p1-11.el7.s390",
          "7ComputeNode:openssh-debuginfo-0:6.6.1p1-11.el7.s390x",
          "7ComputeNode:openssh-debuginfo-0:6.6.1p1-11.el7.x86_64",
          "7ComputeNode:openssh-keycat-0:6.6.1p1-11.el7.ppc64",
          "7ComputeNode:openssh-keycat-0:6.6.1p1-11.el7.s390x",
          "7ComputeNode:openssh-keycat-0:6.6.1p1-11.el7.x86_64",
          "7ComputeNode:openssh-ldap-0:6.6.1p1-11.el7.ppc64",
          "7ComputeNode:openssh-ldap-0:6.6.1p1-11.el7.s390x",
          "7ComputeNode:openssh-ldap-0:6.6.1p1-11.el7.x86_64",
          "7ComputeNode:openssh-server-0:6.6.1p1-11.el7.ppc64",
          "7ComputeNode:openssh-server-0:6.6.1p1-11.el7.s390x",
          "7ComputeNode:openssh-server-0:6.6.1p1-11.el7.x86_64",
          "7ComputeNode:openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64",
          "7ComputeNode:openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x",
          "7ComputeNode:openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64",
          "7ComputeNode:pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686",
          "7ComputeNode:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc",
          "7ComputeNode:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64",
          "7ComputeNode:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390",
          "7ComputeNode:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x",
          "7ComputeNode:pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64",
          "7Server-optional:openssh-0:6.6.1p1-11.el7.ppc64",
          "7Server-optional:openssh-0:6.6.1p1-11.el7.s390x",
          "7Server-optional:openssh-0:6.6.1p1-11.el7.src",
          "7Server-optional:openssh-0:6.6.1p1-11.el7.x86_64",
          "7Server-optional:openssh-askpass-0:6.6.1p1-11.el7.ppc64",
          "7Server-optional:openssh-askpass-0:6.6.1p1-11.el7.s390x",
          "7Server-optional:openssh-askpass-0:6.6.1p1-11.el7.x86_64",
          "7Server-optional:openssh-clients-0:6.6.1p1-11.el7.ppc64",
          "7Server-optional:openssh-clients-0:6.6.1p1-11.el7.s390x",
          "7Server-optional:openssh-clients-0:6.6.1p1-11.el7.x86_64",
          "7Server-optional:openssh-debuginfo-0:6.6.1p1-11.el7.i686",
          "7Server-optional:openssh-debuginfo-0:6.6.1p1-11.el7.ppc",
          "7Server-optional:openssh-debuginfo-0:6.6.1p1-11.el7.ppc64",
          "7Server-optional:openssh-debuginfo-0:6.6.1p1-11.el7.s390",
          "7Server-optional:openssh-debuginfo-0:6.6.1p1-11.el7.s390x",
          "7Server-optional:openssh-debuginfo-0:6.6.1p1-11.el7.x86_64",
          "7Server-optional:openssh-keycat-0:6.6.1p1-11.el7.ppc64",
          "7Server-optional:openssh-keycat-0:6.6.1p1-11.el7.s390x",
          "7Server-optional:openssh-keycat-0:6.6.1p1-11.el7.x86_64",
          "7Server-optional:openssh-ldap-0:6.6.1p1-11.el7.ppc64",
          "7Server-optional:openssh-ldap-0:6.6.1p1-11.el7.s390x",
          "7Server-optional:openssh-ldap-0:6.6.1p1-11.el7.x86_64",
          "7Server-optional:openssh-server-0:6.6.1p1-11.el7.ppc64",
          "7Server-optional:openssh-server-0:6.6.1p1-11.el7.s390x",
          "7Server-optional:openssh-server-0:6.6.1p1-11.el7.x86_64",
          "7Server-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64",
          "7Server-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x",
          "7Server-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64",
          "7Server-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686",
          "7Server-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc",
          "7Server-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64",
          "7Server-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390",
          "7Server-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x",
          "7Server-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64",
          "7Server:openssh-0:6.6.1p1-11.el7.ppc64",
          "7Server:openssh-0:6.6.1p1-11.el7.s390x",
          "7Server:openssh-0:6.6.1p1-11.el7.src",
          "7Server:openssh-0:6.6.1p1-11.el7.x86_64",
          "7Server:openssh-askpass-0:6.6.1p1-11.el7.ppc64",
          "7Server:openssh-askpass-0:6.6.1p1-11.el7.s390x",
          "7Server:openssh-askpass-0:6.6.1p1-11.el7.x86_64",
          "7Server:openssh-clients-0:6.6.1p1-11.el7.ppc64",
          "7Server:openssh-clients-0:6.6.1p1-11.el7.s390x",
          "7Server:openssh-clients-0:6.6.1p1-11.el7.x86_64",
          "7Server:openssh-debuginfo-0:6.6.1p1-11.el7.i686",
          "7Server:openssh-debuginfo-0:6.6.1p1-11.el7.ppc",
          "7Server:openssh-debuginfo-0:6.6.1p1-11.el7.ppc64",
          "7Server:openssh-debuginfo-0:6.6.1p1-11.el7.s390",
          "7Server:openssh-debuginfo-0:6.6.1p1-11.el7.s390x",
          "7Server:openssh-debuginfo-0:6.6.1p1-11.el7.x86_64",
          "7Server:openssh-keycat-0:6.6.1p1-11.el7.ppc64",
          "7Server:openssh-keycat-0:6.6.1p1-11.el7.s390x",
          "7Server:openssh-keycat-0:6.6.1p1-11.el7.x86_64",
          "7Server:openssh-ldap-0:6.6.1p1-11.el7.ppc64",
          "7Server:openssh-ldap-0:6.6.1p1-11.el7.s390x",
          "7Server:openssh-ldap-0:6.6.1p1-11.el7.x86_64",
          "7Server:openssh-server-0:6.6.1p1-11.el7.ppc64",
          "7Server:openssh-server-0:6.6.1p1-11.el7.s390x",
          "7Server:openssh-server-0:6.6.1p1-11.el7.x86_64",
          "7Server:openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64",
          "7Server:openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x",
          "7Server:openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64",
          "7Server:pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686",
          "7Server:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc",
          "7Server:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64",
          "7Server:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390",
          "7Server:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x",
          "7Server:pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64",
          "7Workstation-optional:openssh-0:6.6.1p1-11.el7.ppc64",
          "7Workstation-optional:openssh-0:6.6.1p1-11.el7.s390x",
          "7Workstation-optional:openssh-0:6.6.1p1-11.el7.src",
          "7Workstation-optional:openssh-0:6.6.1p1-11.el7.x86_64",
          "7Workstation-optional:openssh-askpass-0:6.6.1p1-11.el7.ppc64",
          "7Workstation-optional:openssh-askpass-0:6.6.1p1-11.el7.s390x",
          "7Workstation-optional:openssh-askpass-0:6.6.1p1-11.el7.x86_64",
          "7Workstation-optional:openssh-clients-0:6.6.1p1-11.el7.ppc64",
          "7Workstation-optional:openssh-clients-0:6.6.1p1-11.el7.s390x",
          "7Workstation-optional:openssh-clients-0:6.6.1p1-11.el7.x86_64",
          "7Workstation-optional:openssh-debuginfo-0:6.6.1p1-11.el7.i686",
          "7Workstation-optional:openssh-debuginfo-0:6.6.1p1-11.el7.ppc",
          "7Workstation-optional:openssh-debuginfo-0:6.6.1p1-11.el7.ppc64",
          "7Workstation-optional:openssh-debuginfo-0:6.6.1p1-11.el7.s390",
          "7Workstation-optional:openssh-debuginfo-0:6.6.1p1-11.el7.s390x",
          "7Workstation-optional:openssh-debuginfo-0:6.6.1p1-11.el7.x86_64",
          "7Workstation-optional:openssh-keycat-0:6.6.1p1-11.el7.ppc64",
          "7Workstation-optional:openssh-keycat-0:6.6.1p1-11.el7.s390x",
          "7Workstation-optional:openssh-keycat-0:6.6.1p1-11.el7.x86_64",
          "7Workstation-optional:openssh-ldap-0:6.6.1p1-11.el7.ppc64",
          "7Workstation-optional:openssh-ldap-0:6.6.1p1-11.el7.s390x",
          "7Workstation-optional:openssh-ldap-0:6.6.1p1-11.el7.x86_64",
          "7Workstation-optional:openssh-server-0:6.6.1p1-11.el7.ppc64",
          "7Workstation-optional:openssh-server-0:6.6.1p1-11.el7.s390x",
          "7Workstation-optional:openssh-server-0:6.6.1p1-11.el7.x86_64",
          "7Workstation-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64",
          "7Workstation-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x",
          "7Workstation-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64",
          "7Workstation-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686",
          "7Workstation-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc",
          "7Workstation-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64",
          "7Workstation-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390",
          "7Workstation-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x",
          "7Workstation-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64",
          "7Workstation:openssh-0:6.6.1p1-11.el7.ppc64",
          "7Workstation:openssh-0:6.6.1p1-11.el7.s390x",
          "7Workstation:openssh-0:6.6.1p1-11.el7.src",
          "7Workstation:openssh-0:6.6.1p1-11.el7.x86_64",
          "7Workstation:openssh-askpass-0:6.6.1p1-11.el7.ppc64",
          "7Workstation:openssh-askpass-0:6.6.1p1-11.el7.s390x",
          "7Workstation:openssh-askpass-0:6.6.1p1-11.el7.x86_64",
          "7Workstation:openssh-clients-0:6.6.1p1-11.el7.ppc64",
          "7Workstation:openssh-clients-0:6.6.1p1-11.el7.s390x",
          "7Workstation:openssh-clients-0:6.6.1p1-11.el7.x86_64",
          "7Workstation:openssh-debuginfo-0:6.6.1p1-11.el7.i686",
          "7Workstation:openssh-debuginfo-0:6.6.1p1-11.el7.ppc",
          "7Workstation:openssh-debuginfo-0:6.6.1p1-11.el7.ppc64",
          "7Workstation:openssh-debuginfo-0:6.6.1p1-11.el7.s390",
          "7Workstation:openssh-debuginfo-0:6.6.1p1-11.el7.s390x",
          "7Workstation:openssh-debuginfo-0:6.6.1p1-11.el7.x86_64",
          "7Workstation:openssh-keycat-0:6.6.1p1-11.el7.ppc64",
          "7Workstation:openssh-keycat-0:6.6.1p1-11.el7.s390x",
          "7Workstation:openssh-keycat-0:6.6.1p1-11.el7.x86_64",
          "7Workstation:openssh-ldap-0:6.6.1p1-11.el7.ppc64",
          "7Workstation:openssh-ldap-0:6.6.1p1-11.el7.s390x",
          "7Workstation:openssh-ldap-0:6.6.1p1-11.el7.x86_64",
          "7Workstation:openssh-server-0:6.6.1p1-11.el7.ppc64",
          "7Workstation:openssh-server-0:6.6.1p1-11.el7.s390x",
          "7Workstation:openssh-server-0:6.6.1p1-11.el7.x86_64",
          "7Workstation:openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64",
          "7Workstation:openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x",
          "7Workstation:openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64",
          "7Workstation:pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686",
          "7Workstation:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc",
          "7Workstation:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64",
          "7Workstation:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390",
          "7Workstation:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x",
          "7Workstation:pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2014-2653"
        },
        {
          "category": "external",
          "summary": "RHBZ#1081338",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1081338"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2014-2653",
          "url": "https://www.cve.org/CVERecord?id=CVE-2014-2653"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2014-2653",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2014-2653"
        }
      ],
      "release_date": "2014-03-24T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2015-03-05T09:26:20+00:00",
          "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "7Client-optional:openssh-0:6.6.1p1-11.el7.ppc64",
            "7Client-optional:openssh-0:6.6.1p1-11.el7.s390x",
            "7Client-optional:openssh-0:6.6.1p1-11.el7.src",
            "7Client-optional:openssh-0:6.6.1p1-11.el7.x86_64",
            "7Client-optional:openssh-askpass-0:6.6.1p1-11.el7.ppc64",
            "7Client-optional:openssh-askpass-0:6.6.1p1-11.el7.s390x",
            "7Client-optional:openssh-askpass-0:6.6.1p1-11.el7.x86_64",
            "7Client-optional:openssh-clients-0:6.6.1p1-11.el7.ppc64",
            "7Client-optional:openssh-clients-0:6.6.1p1-11.el7.s390x",
            "7Client-optional:openssh-clients-0:6.6.1p1-11.el7.x86_64",
            "7Client-optional:openssh-debuginfo-0:6.6.1p1-11.el7.i686",
            "7Client-optional:openssh-debuginfo-0:6.6.1p1-11.el7.ppc",
            "7Client-optional:openssh-debuginfo-0:6.6.1p1-11.el7.ppc64",
            "7Client-optional:openssh-debuginfo-0:6.6.1p1-11.el7.s390",
            "7Client-optional:openssh-debuginfo-0:6.6.1p1-11.el7.s390x",
            "7Client-optional:openssh-debuginfo-0:6.6.1p1-11.el7.x86_64",
            "7Client-optional:openssh-keycat-0:6.6.1p1-11.el7.ppc64",
            "7Client-optional:openssh-keycat-0:6.6.1p1-11.el7.s390x",
            "7Client-optional:openssh-keycat-0:6.6.1p1-11.el7.x86_64",
            "7Client-optional:openssh-ldap-0:6.6.1p1-11.el7.ppc64",
            "7Client-optional:openssh-ldap-0:6.6.1p1-11.el7.s390x",
            "7Client-optional:openssh-ldap-0:6.6.1p1-11.el7.x86_64",
            "7Client-optional:openssh-server-0:6.6.1p1-11.el7.ppc64",
            "7Client-optional:openssh-server-0:6.6.1p1-11.el7.s390x",
            "7Client-optional:openssh-server-0:6.6.1p1-11.el7.x86_64",
            "7Client-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64",
            "7Client-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x",
            "7Client-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64",
            "7Client-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686",
            "7Client-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc",
            "7Client-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64",
            "7Client-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390",
            "7Client-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x",
            "7Client-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64",
            "7Client:openssh-0:6.6.1p1-11.el7.ppc64",
            "7Client:openssh-0:6.6.1p1-11.el7.s390x",
            "7Client:openssh-0:6.6.1p1-11.el7.src",
            "7Client:openssh-0:6.6.1p1-11.el7.x86_64",
            "7Client:openssh-askpass-0:6.6.1p1-11.el7.ppc64",
            "7Client:openssh-askpass-0:6.6.1p1-11.el7.s390x",
            "7Client:openssh-askpass-0:6.6.1p1-11.el7.x86_64",
            "7Client:openssh-clients-0:6.6.1p1-11.el7.ppc64",
            "7Client:openssh-clients-0:6.6.1p1-11.el7.s390x",
            "7Client:openssh-clients-0:6.6.1p1-11.el7.x86_64",
            "7Client:openssh-debuginfo-0:6.6.1p1-11.el7.i686",
            "7Client:openssh-debuginfo-0:6.6.1p1-11.el7.ppc",
            "7Client:openssh-debuginfo-0:6.6.1p1-11.el7.ppc64",
            "7Client:openssh-debuginfo-0:6.6.1p1-11.el7.s390",
            "7Client:openssh-debuginfo-0:6.6.1p1-11.el7.s390x",
            "7Client:openssh-debuginfo-0:6.6.1p1-11.el7.x86_64",
            "7Client:openssh-keycat-0:6.6.1p1-11.el7.ppc64",
            "7Client:openssh-keycat-0:6.6.1p1-11.el7.s390x",
            "7Client:openssh-keycat-0:6.6.1p1-11.el7.x86_64",
            "7Client:openssh-ldap-0:6.6.1p1-11.el7.ppc64",
            "7Client:openssh-ldap-0:6.6.1p1-11.el7.s390x",
            "7Client:openssh-ldap-0:6.6.1p1-11.el7.x86_64",
            "7Client:openssh-server-0:6.6.1p1-11.el7.ppc64",
            "7Client:openssh-server-0:6.6.1p1-11.el7.s390x",
            "7Client:openssh-server-0:6.6.1p1-11.el7.x86_64",
            "7Client:openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64",
            "7Client:openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x",
            "7Client:openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64",
            "7Client:pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686",
            "7Client:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc",
            "7Client:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64",
            "7Client:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390",
            "7Client:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x",
            "7Client:pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64",
            "7ComputeNode-optional:openssh-0:6.6.1p1-11.el7.ppc64",
            "7ComputeNode-optional:openssh-0:6.6.1p1-11.el7.s390x",
            "7ComputeNode-optional:openssh-0:6.6.1p1-11.el7.src",
            "7ComputeNode-optional:openssh-0:6.6.1p1-11.el7.x86_64",
            "7ComputeNode-optional:openssh-askpass-0:6.6.1p1-11.el7.ppc64",
            "7ComputeNode-optional:openssh-askpass-0:6.6.1p1-11.el7.s390x",
            "7ComputeNode-optional:openssh-askpass-0:6.6.1p1-11.el7.x86_64",
            "7ComputeNode-optional:openssh-clients-0:6.6.1p1-11.el7.ppc64",
            "7ComputeNode-optional:openssh-clients-0:6.6.1p1-11.el7.s390x",
            "7ComputeNode-optional:openssh-clients-0:6.6.1p1-11.el7.x86_64",
            "7ComputeNode-optional:openssh-debuginfo-0:6.6.1p1-11.el7.i686",
            "7ComputeNode-optional:openssh-debuginfo-0:6.6.1p1-11.el7.ppc",
            "7ComputeNode-optional:openssh-debuginfo-0:6.6.1p1-11.el7.ppc64",
            "7ComputeNode-optional:openssh-debuginfo-0:6.6.1p1-11.el7.s390",
            "7ComputeNode-optional:openssh-debuginfo-0:6.6.1p1-11.el7.s390x",
            "7ComputeNode-optional:openssh-debuginfo-0:6.6.1p1-11.el7.x86_64",
            "7ComputeNode-optional:openssh-keycat-0:6.6.1p1-11.el7.ppc64",
            "7ComputeNode-optional:openssh-keycat-0:6.6.1p1-11.el7.s390x",
            "7ComputeNode-optional:openssh-keycat-0:6.6.1p1-11.el7.x86_64",
            "7ComputeNode-optional:openssh-ldap-0:6.6.1p1-11.el7.ppc64",
            "7ComputeNode-optional:openssh-ldap-0:6.6.1p1-11.el7.s390x",
            "7ComputeNode-optional:openssh-ldap-0:6.6.1p1-11.el7.x86_64",
            "7ComputeNode-optional:openssh-server-0:6.6.1p1-11.el7.ppc64",
            "7ComputeNode-optional:openssh-server-0:6.6.1p1-11.el7.s390x",
            "7ComputeNode-optional:openssh-server-0:6.6.1p1-11.el7.x86_64",
            "7ComputeNode-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64",
            "7ComputeNode-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x",
            "7ComputeNode-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64",
            "7ComputeNode-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686",
            "7ComputeNode-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc",
            "7ComputeNode-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64",
            "7ComputeNode-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390",
            "7ComputeNode-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x",
            "7ComputeNode-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64",
            "7ComputeNode:openssh-0:6.6.1p1-11.el7.ppc64",
            "7ComputeNode:openssh-0:6.6.1p1-11.el7.s390x",
            "7ComputeNode:openssh-0:6.6.1p1-11.el7.src",
            "7ComputeNode:openssh-0:6.6.1p1-11.el7.x86_64",
            "7ComputeNode:openssh-askpass-0:6.6.1p1-11.el7.ppc64",
            "7ComputeNode:openssh-askpass-0:6.6.1p1-11.el7.s390x",
            "7ComputeNode:openssh-askpass-0:6.6.1p1-11.el7.x86_64",
            "7ComputeNode:openssh-clients-0:6.6.1p1-11.el7.ppc64",
            "7ComputeNode:openssh-clients-0:6.6.1p1-11.el7.s390x",
            "7ComputeNode:openssh-clients-0:6.6.1p1-11.el7.x86_64",
            "7ComputeNode:openssh-debuginfo-0:6.6.1p1-11.el7.i686",
            "7ComputeNode:openssh-debuginfo-0:6.6.1p1-11.el7.ppc",
            "7ComputeNode:openssh-debuginfo-0:6.6.1p1-11.el7.ppc64",
            "7ComputeNode:openssh-debuginfo-0:6.6.1p1-11.el7.s390",
            "7ComputeNode:openssh-debuginfo-0:6.6.1p1-11.el7.s390x",
            "7ComputeNode:openssh-debuginfo-0:6.6.1p1-11.el7.x86_64",
            "7ComputeNode:openssh-keycat-0:6.6.1p1-11.el7.ppc64",
            "7ComputeNode:openssh-keycat-0:6.6.1p1-11.el7.s390x",
            "7ComputeNode:openssh-keycat-0:6.6.1p1-11.el7.x86_64",
            "7ComputeNode:openssh-ldap-0:6.6.1p1-11.el7.ppc64",
            "7ComputeNode:openssh-ldap-0:6.6.1p1-11.el7.s390x",
            "7ComputeNode:openssh-ldap-0:6.6.1p1-11.el7.x86_64",
            "7ComputeNode:openssh-server-0:6.6.1p1-11.el7.ppc64",
            "7ComputeNode:openssh-server-0:6.6.1p1-11.el7.s390x",
            "7ComputeNode:openssh-server-0:6.6.1p1-11.el7.x86_64",
            "7ComputeNode:openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64",
            "7ComputeNode:openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x",
            "7ComputeNode:openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64",
            "7ComputeNode:pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686",
            "7ComputeNode:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc",
            "7ComputeNode:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64",
            "7ComputeNode:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390",
            "7ComputeNode:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x",
            "7ComputeNode:pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64",
            "7Server-optional:openssh-0:6.6.1p1-11.el7.ppc64",
            "7Server-optional:openssh-0:6.6.1p1-11.el7.s390x",
            "7Server-optional:openssh-0:6.6.1p1-11.el7.src",
            "7Server-optional:openssh-0:6.6.1p1-11.el7.x86_64",
            "7Server-optional:openssh-askpass-0:6.6.1p1-11.el7.ppc64",
            "7Server-optional:openssh-askpass-0:6.6.1p1-11.el7.s390x",
            "7Server-optional:openssh-askpass-0:6.6.1p1-11.el7.x86_64",
            "7Server-optional:openssh-clients-0:6.6.1p1-11.el7.ppc64",
            "7Server-optional:openssh-clients-0:6.6.1p1-11.el7.s390x",
            "7Server-optional:openssh-clients-0:6.6.1p1-11.el7.x86_64",
            "7Server-optional:openssh-debuginfo-0:6.6.1p1-11.el7.i686",
            "7Server-optional:openssh-debuginfo-0:6.6.1p1-11.el7.ppc",
            "7Server-optional:openssh-debuginfo-0:6.6.1p1-11.el7.ppc64",
            "7Server-optional:openssh-debuginfo-0:6.6.1p1-11.el7.s390",
            "7Server-optional:openssh-debuginfo-0:6.6.1p1-11.el7.s390x",
            "7Server-optional:openssh-debuginfo-0:6.6.1p1-11.el7.x86_64",
            "7Server-optional:openssh-keycat-0:6.6.1p1-11.el7.ppc64",
            "7Server-optional:openssh-keycat-0:6.6.1p1-11.el7.s390x",
            "7Server-optional:openssh-keycat-0:6.6.1p1-11.el7.x86_64",
            "7Server-optional:openssh-ldap-0:6.6.1p1-11.el7.ppc64",
            "7Server-optional:openssh-ldap-0:6.6.1p1-11.el7.s390x",
            "7Server-optional:openssh-ldap-0:6.6.1p1-11.el7.x86_64",
            "7Server-optional:openssh-server-0:6.6.1p1-11.el7.ppc64",
            "7Server-optional:openssh-server-0:6.6.1p1-11.el7.s390x",
            "7Server-optional:openssh-server-0:6.6.1p1-11.el7.x86_64",
            "7Server-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64",
            "7Server-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x",
            "7Server-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64",
            "7Server-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686",
            "7Server-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc",
            "7Server-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64",
            "7Server-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390",
            "7Server-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x",
            "7Server-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64",
            "7Server:openssh-0:6.6.1p1-11.el7.ppc64",
            "7Server:openssh-0:6.6.1p1-11.el7.s390x",
            "7Server:openssh-0:6.6.1p1-11.el7.src",
            "7Server:openssh-0:6.6.1p1-11.el7.x86_64",
            "7Server:openssh-askpass-0:6.6.1p1-11.el7.ppc64",
            "7Server:openssh-askpass-0:6.6.1p1-11.el7.s390x",
            "7Server:openssh-askpass-0:6.6.1p1-11.el7.x86_64",
            "7Server:openssh-clients-0:6.6.1p1-11.el7.ppc64",
            "7Server:openssh-clients-0:6.6.1p1-11.el7.s390x",
            "7Server:openssh-clients-0:6.6.1p1-11.el7.x86_64",
            "7Server:openssh-debuginfo-0:6.6.1p1-11.el7.i686",
            "7Server:openssh-debuginfo-0:6.6.1p1-11.el7.ppc",
            "7Server:openssh-debuginfo-0:6.6.1p1-11.el7.ppc64",
            "7Server:openssh-debuginfo-0:6.6.1p1-11.el7.s390",
            "7Server:openssh-debuginfo-0:6.6.1p1-11.el7.s390x",
            "7Server:openssh-debuginfo-0:6.6.1p1-11.el7.x86_64",
            "7Server:openssh-keycat-0:6.6.1p1-11.el7.ppc64",
            "7Server:openssh-keycat-0:6.6.1p1-11.el7.s390x",
            "7Server:openssh-keycat-0:6.6.1p1-11.el7.x86_64",
            "7Server:openssh-ldap-0:6.6.1p1-11.el7.ppc64",
            "7Server:openssh-ldap-0:6.6.1p1-11.el7.s390x",
            "7Server:openssh-ldap-0:6.6.1p1-11.el7.x86_64",
            "7Server:openssh-server-0:6.6.1p1-11.el7.ppc64",
            "7Server:openssh-server-0:6.6.1p1-11.el7.s390x",
            "7Server:openssh-server-0:6.6.1p1-11.el7.x86_64",
            "7Server:openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64",
            "7Server:openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x",
            "7Server:openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64",
            "7Server:pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686",
            "7Server:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc",
            "7Server:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64",
            "7Server:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390",
            "7Server:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x",
            "7Server:pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64",
            "7Workstation-optional:openssh-0:6.6.1p1-11.el7.ppc64",
            "7Workstation-optional:openssh-0:6.6.1p1-11.el7.s390x",
            "7Workstation-optional:openssh-0:6.6.1p1-11.el7.src",
            "7Workstation-optional:openssh-0:6.6.1p1-11.el7.x86_64",
            "7Workstation-optional:openssh-askpass-0:6.6.1p1-11.el7.ppc64",
            "7Workstation-optional:openssh-askpass-0:6.6.1p1-11.el7.s390x",
            "7Workstation-optional:openssh-askpass-0:6.6.1p1-11.el7.x86_64",
            "7Workstation-optional:openssh-clients-0:6.6.1p1-11.el7.ppc64",
            "7Workstation-optional:openssh-clients-0:6.6.1p1-11.el7.s390x",
            "7Workstation-optional:openssh-clients-0:6.6.1p1-11.el7.x86_64",
            "7Workstation-optional:openssh-debuginfo-0:6.6.1p1-11.el7.i686",
            "7Workstation-optional:openssh-debuginfo-0:6.6.1p1-11.el7.ppc",
            "7Workstation-optional:openssh-debuginfo-0:6.6.1p1-11.el7.ppc64",
            "7Workstation-optional:openssh-debuginfo-0:6.6.1p1-11.el7.s390",
            "7Workstation-optional:openssh-debuginfo-0:6.6.1p1-11.el7.s390x",
            "7Workstation-optional:openssh-debuginfo-0:6.6.1p1-11.el7.x86_64",
            "7Workstation-optional:openssh-keycat-0:6.6.1p1-11.el7.ppc64",
            "7Workstation-optional:openssh-keycat-0:6.6.1p1-11.el7.s390x",
            "7Workstation-optional:openssh-keycat-0:6.6.1p1-11.el7.x86_64",
            "7Workstation-optional:openssh-ldap-0:6.6.1p1-11.el7.ppc64",
            "7Workstation-optional:openssh-ldap-0:6.6.1p1-11.el7.s390x",
            "7Workstation-optional:openssh-ldap-0:6.6.1p1-11.el7.x86_64",
            "7Workstation-optional:openssh-server-0:6.6.1p1-11.el7.ppc64",
            "7Workstation-optional:openssh-server-0:6.6.1p1-11.el7.s390x",
            "7Workstation-optional:openssh-server-0:6.6.1p1-11.el7.x86_64",
            "7Workstation-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64",
            "7Workstation-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x",
            "7Workstation-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64",
            "7Workstation-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686",
            "7Workstation-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc",
            "7Workstation-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64",
            "7Workstation-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390",
            "7Workstation-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x",
            "7Workstation-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64",
            "7Workstation:openssh-0:6.6.1p1-11.el7.ppc64",
            "7Workstation:openssh-0:6.6.1p1-11.el7.s390x",
            "7Workstation:openssh-0:6.6.1p1-11.el7.src",
            "7Workstation:openssh-0:6.6.1p1-11.el7.x86_64",
            "7Workstation:openssh-askpass-0:6.6.1p1-11.el7.ppc64",
            "7Workstation:openssh-askpass-0:6.6.1p1-11.el7.s390x",
            "7Workstation:openssh-askpass-0:6.6.1p1-11.el7.x86_64",
            "7Workstation:openssh-clients-0:6.6.1p1-11.el7.ppc64",
            "7Workstation:openssh-clients-0:6.6.1p1-11.el7.s390x",
            "7Workstation:openssh-clients-0:6.6.1p1-11.el7.x86_64",
            "7Workstation:openssh-debuginfo-0:6.6.1p1-11.el7.i686",
            "7Workstation:openssh-debuginfo-0:6.6.1p1-11.el7.ppc",
            "7Workstation:openssh-debuginfo-0:6.6.1p1-11.el7.ppc64",
            "7Workstation:openssh-debuginfo-0:6.6.1p1-11.el7.s390",
            "7Workstation:openssh-debuginfo-0:6.6.1p1-11.el7.s390x",
            "7Workstation:openssh-debuginfo-0:6.6.1p1-11.el7.x86_64",
            "7Workstation:openssh-keycat-0:6.6.1p1-11.el7.ppc64",
            "7Workstation:openssh-keycat-0:6.6.1p1-11.el7.s390x",
            "7Workstation:openssh-keycat-0:6.6.1p1-11.el7.x86_64",
            "7Workstation:openssh-ldap-0:6.6.1p1-11.el7.ppc64",
            "7Workstation:openssh-ldap-0:6.6.1p1-11.el7.s390x",
            "7Workstation:openssh-ldap-0:6.6.1p1-11.el7.x86_64",
            "7Workstation:openssh-server-0:6.6.1p1-11.el7.ppc64",
            "7Workstation:openssh-server-0:6.6.1p1-11.el7.s390x",
            "7Workstation:openssh-server-0:6.6.1p1-11.el7.x86_64",
            "7Workstation:openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64",
            "7Workstation:openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x",
            "7Workstation:openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64",
            "7Workstation:pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686",
            "7Workstation:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc",
            "7Workstation:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64",
            "7Workstation:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390",
            "7Workstation:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x",
            "7Workstation:pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2015:0425"
        }
      ],
      "scores": [
        {
          "cvss_v2": {
            "accessComplexity": "MEDIUM",
            "accessVector": "NETWORK",
            "authentication": "NONE",
            "availabilityImpact": "NONE",
            "baseScore": 4.3,
            "confidentialityImpact": "NONE",
            "integrityImpact": "PARTIAL",
            "vectorString": "AV:N/AC:M/Au:N/C:N/I:P/A:N",
            "version": "2.0"
          },
          "products": [
            "7Client-optional:openssh-0:6.6.1p1-11.el7.ppc64",
            "7Client-optional:openssh-0:6.6.1p1-11.el7.s390x",
            "7Client-optional:openssh-0:6.6.1p1-11.el7.src",
            "7Client-optional:openssh-0:6.6.1p1-11.el7.x86_64",
            "7Client-optional:openssh-askpass-0:6.6.1p1-11.el7.ppc64",
            "7Client-optional:openssh-askpass-0:6.6.1p1-11.el7.s390x",
            "7Client-optional:openssh-askpass-0:6.6.1p1-11.el7.x86_64",
            "7Client-optional:openssh-clients-0:6.6.1p1-11.el7.ppc64",
            "7Client-optional:openssh-clients-0:6.6.1p1-11.el7.s390x",
            "7Client-optional:openssh-clients-0:6.6.1p1-11.el7.x86_64",
            "7Client-optional:openssh-debuginfo-0:6.6.1p1-11.el7.i686",
            "7Client-optional:openssh-debuginfo-0:6.6.1p1-11.el7.ppc",
            "7Client-optional:openssh-debuginfo-0:6.6.1p1-11.el7.ppc64",
            "7Client-optional:openssh-debuginfo-0:6.6.1p1-11.el7.s390",
            "7Client-optional:openssh-debuginfo-0:6.6.1p1-11.el7.s390x",
            "7Client-optional:openssh-debuginfo-0:6.6.1p1-11.el7.x86_64",
            "7Client-optional:openssh-keycat-0:6.6.1p1-11.el7.ppc64",
            "7Client-optional:openssh-keycat-0:6.6.1p1-11.el7.s390x",
            "7Client-optional:openssh-keycat-0:6.6.1p1-11.el7.x86_64",
            "7Client-optional:openssh-ldap-0:6.6.1p1-11.el7.ppc64",
            "7Client-optional:openssh-ldap-0:6.6.1p1-11.el7.s390x",
            "7Client-optional:openssh-ldap-0:6.6.1p1-11.el7.x86_64",
            "7Client-optional:openssh-server-0:6.6.1p1-11.el7.ppc64",
            "7Client-optional:openssh-server-0:6.6.1p1-11.el7.s390x",
            "7Client-optional:openssh-server-0:6.6.1p1-11.el7.x86_64",
            "7Client-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64",
            "7Client-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x",
            "7Client-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64",
            "7Client-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686",
            "7Client-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc",
            "7Client-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64",
            "7Client-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390",
            "7Client-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x",
            "7Client-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64",
            "7Client:openssh-0:6.6.1p1-11.el7.ppc64",
            "7Client:openssh-0:6.6.1p1-11.el7.s390x",
            "7Client:openssh-0:6.6.1p1-11.el7.src",
            "7Client:openssh-0:6.6.1p1-11.el7.x86_64",
            "7Client:openssh-askpass-0:6.6.1p1-11.el7.ppc64",
            "7Client:openssh-askpass-0:6.6.1p1-11.el7.s390x",
            "7Client:openssh-askpass-0:6.6.1p1-11.el7.x86_64",
            "7Client:openssh-clients-0:6.6.1p1-11.el7.ppc64",
            "7Client:openssh-clients-0:6.6.1p1-11.el7.s390x",
            "7Client:openssh-clients-0:6.6.1p1-11.el7.x86_64",
            "7Client:openssh-debuginfo-0:6.6.1p1-11.el7.i686",
            "7Client:openssh-debuginfo-0:6.6.1p1-11.el7.ppc",
            "7Client:openssh-debuginfo-0:6.6.1p1-11.el7.ppc64",
            "7Client:openssh-debuginfo-0:6.6.1p1-11.el7.s390",
            "7Client:openssh-debuginfo-0:6.6.1p1-11.el7.s390x",
            "7Client:openssh-debuginfo-0:6.6.1p1-11.el7.x86_64",
            "7Client:openssh-keycat-0:6.6.1p1-11.el7.ppc64",
            "7Client:openssh-keycat-0:6.6.1p1-11.el7.s390x",
            "7Client:openssh-keycat-0:6.6.1p1-11.el7.x86_64",
            "7Client:openssh-ldap-0:6.6.1p1-11.el7.ppc64",
            "7Client:openssh-ldap-0:6.6.1p1-11.el7.s390x",
            "7Client:openssh-ldap-0:6.6.1p1-11.el7.x86_64",
            "7Client:openssh-server-0:6.6.1p1-11.el7.ppc64",
            "7Client:openssh-server-0:6.6.1p1-11.el7.s390x",
            "7Client:openssh-server-0:6.6.1p1-11.el7.x86_64",
            "7Client:openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64",
            "7Client:openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x",
            "7Client:openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64",
            "7Client:pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686",
            "7Client:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc",
            "7Client:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64",
            "7Client:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390",
            "7Client:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x",
            "7Client:pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64",
            "7ComputeNode-optional:openssh-0:6.6.1p1-11.el7.ppc64",
            "7ComputeNode-optional:openssh-0:6.6.1p1-11.el7.s390x",
            "7ComputeNode-optional:openssh-0:6.6.1p1-11.el7.src",
            "7ComputeNode-optional:openssh-0:6.6.1p1-11.el7.x86_64",
            "7ComputeNode-optional:openssh-askpass-0:6.6.1p1-11.el7.ppc64",
            "7ComputeNode-optional:openssh-askpass-0:6.6.1p1-11.el7.s390x",
            "7ComputeNode-optional:openssh-askpass-0:6.6.1p1-11.el7.x86_64",
            "7ComputeNode-optional:openssh-clients-0:6.6.1p1-11.el7.ppc64",
            "7ComputeNode-optional:openssh-clients-0:6.6.1p1-11.el7.s390x",
            "7ComputeNode-optional:openssh-clients-0:6.6.1p1-11.el7.x86_64",
            "7ComputeNode-optional:openssh-debuginfo-0:6.6.1p1-11.el7.i686",
            "7ComputeNode-optional:openssh-debuginfo-0:6.6.1p1-11.el7.ppc",
            "7ComputeNode-optional:openssh-debuginfo-0:6.6.1p1-11.el7.ppc64",
            "7ComputeNode-optional:openssh-debuginfo-0:6.6.1p1-11.el7.s390",
            "7ComputeNode-optional:openssh-debuginfo-0:6.6.1p1-11.el7.s390x",
            "7ComputeNode-optional:openssh-debuginfo-0:6.6.1p1-11.el7.x86_64",
            "7ComputeNode-optional:openssh-keycat-0:6.6.1p1-11.el7.ppc64",
            "7ComputeNode-optional:openssh-keycat-0:6.6.1p1-11.el7.s390x",
            "7ComputeNode-optional:openssh-keycat-0:6.6.1p1-11.el7.x86_64",
            "7ComputeNode-optional:openssh-ldap-0:6.6.1p1-11.el7.ppc64",
            "7ComputeNode-optional:openssh-ldap-0:6.6.1p1-11.el7.s390x",
            "7ComputeNode-optional:openssh-ldap-0:6.6.1p1-11.el7.x86_64",
            "7ComputeNode-optional:openssh-server-0:6.6.1p1-11.el7.ppc64",
            "7ComputeNode-optional:openssh-server-0:6.6.1p1-11.el7.s390x",
            "7ComputeNode-optional:openssh-server-0:6.6.1p1-11.el7.x86_64",
            "7ComputeNode-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64",
            "7ComputeNode-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x",
            "7ComputeNode-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64",
            "7ComputeNode-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686",
            "7ComputeNode-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc",
            "7ComputeNode-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64",
            "7ComputeNode-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390",
            "7ComputeNode-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x",
            "7ComputeNode-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64",
            "7ComputeNode:openssh-0:6.6.1p1-11.el7.ppc64",
            "7ComputeNode:openssh-0:6.6.1p1-11.el7.s390x",
            "7ComputeNode:openssh-0:6.6.1p1-11.el7.src",
            "7ComputeNode:openssh-0:6.6.1p1-11.el7.x86_64",
            "7ComputeNode:openssh-askpass-0:6.6.1p1-11.el7.ppc64",
            "7ComputeNode:openssh-askpass-0:6.6.1p1-11.el7.s390x",
            "7ComputeNode:openssh-askpass-0:6.6.1p1-11.el7.x86_64",
            "7ComputeNode:openssh-clients-0:6.6.1p1-11.el7.ppc64",
            "7ComputeNode:openssh-clients-0:6.6.1p1-11.el7.s390x",
            "7ComputeNode:openssh-clients-0:6.6.1p1-11.el7.x86_64",
            "7ComputeNode:openssh-debuginfo-0:6.6.1p1-11.el7.i686",
            "7ComputeNode:openssh-debuginfo-0:6.6.1p1-11.el7.ppc",
            "7ComputeNode:openssh-debuginfo-0:6.6.1p1-11.el7.ppc64",
            "7ComputeNode:openssh-debuginfo-0:6.6.1p1-11.el7.s390",
            "7ComputeNode:openssh-debuginfo-0:6.6.1p1-11.el7.s390x",
            "7ComputeNode:openssh-debuginfo-0:6.6.1p1-11.el7.x86_64",
            "7ComputeNode:openssh-keycat-0:6.6.1p1-11.el7.ppc64",
            "7ComputeNode:openssh-keycat-0:6.6.1p1-11.el7.s390x",
            "7ComputeNode:openssh-keycat-0:6.6.1p1-11.el7.x86_64",
            "7ComputeNode:openssh-ldap-0:6.6.1p1-11.el7.ppc64",
            "7ComputeNode:openssh-ldap-0:6.6.1p1-11.el7.s390x",
            "7ComputeNode:openssh-ldap-0:6.6.1p1-11.el7.x86_64",
            "7ComputeNode:openssh-server-0:6.6.1p1-11.el7.ppc64",
            "7ComputeNode:openssh-server-0:6.6.1p1-11.el7.s390x",
            "7ComputeNode:openssh-server-0:6.6.1p1-11.el7.x86_64",
            "7ComputeNode:openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64",
            "7ComputeNode:openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x",
            "7ComputeNode:openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64",
            "7ComputeNode:pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686",
            "7ComputeNode:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc",
            "7ComputeNode:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64",
            "7ComputeNode:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390",
            "7ComputeNode:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x",
            "7ComputeNode:pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64",
            "7Server-optional:openssh-0:6.6.1p1-11.el7.ppc64",
            "7Server-optional:openssh-0:6.6.1p1-11.el7.s390x",
            "7Server-optional:openssh-0:6.6.1p1-11.el7.src",
            "7Server-optional:openssh-0:6.6.1p1-11.el7.x86_64",
            "7Server-optional:openssh-askpass-0:6.6.1p1-11.el7.ppc64",
            "7Server-optional:openssh-askpass-0:6.6.1p1-11.el7.s390x",
            "7Server-optional:openssh-askpass-0:6.6.1p1-11.el7.x86_64",
            "7Server-optional:openssh-clients-0:6.6.1p1-11.el7.ppc64",
            "7Server-optional:openssh-clients-0:6.6.1p1-11.el7.s390x",
            "7Server-optional:openssh-clients-0:6.6.1p1-11.el7.x86_64",
            "7Server-optional:openssh-debuginfo-0:6.6.1p1-11.el7.i686",
            "7Server-optional:openssh-debuginfo-0:6.6.1p1-11.el7.ppc",
            "7Server-optional:openssh-debuginfo-0:6.6.1p1-11.el7.ppc64",
            "7Server-optional:openssh-debuginfo-0:6.6.1p1-11.el7.s390",
            "7Server-optional:openssh-debuginfo-0:6.6.1p1-11.el7.s390x",
            "7Server-optional:openssh-debuginfo-0:6.6.1p1-11.el7.x86_64",
            "7Server-optional:openssh-keycat-0:6.6.1p1-11.el7.ppc64",
            "7Server-optional:openssh-keycat-0:6.6.1p1-11.el7.s390x",
            "7Server-optional:openssh-keycat-0:6.6.1p1-11.el7.x86_64",
            "7Server-optional:openssh-ldap-0:6.6.1p1-11.el7.ppc64",
            "7Server-optional:openssh-ldap-0:6.6.1p1-11.el7.s390x",
            "7Server-optional:openssh-ldap-0:6.6.1p1-11.el7.x86_64",
            "7Server-optional:openssh-server-0:6.6.1p1-11.el7.ppc64",
            "7Server-optional:openssh-server-0:6.6.1p1-11.el7.s390x",
            "7Server-optional:openssh-server-0:6.6.1p1-11.el7.x86_64",
            "7Server-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64",
            "7Server-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x",
            "7Server-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64",
            "7Server-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686",
            "7Server-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc",
            "7Server-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64",
            "7Server-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390",
            "7Server-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x",
            "7Server-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64",
            "7Server:openssh-0:6.6.1p1-11.el7.ppc64",
            "7Server:openssh-0:6.6.1p1-11.el7.s390x",
            "7Server:openssh-0:6.6.1p1-11.el7.src",
            "7Server:openssh-0:6.6.1p1-11.el7.x86_64",
            "7Server:openssh-askpass-0:6.6.1p1-11.el7.ppc64",
            "7Server:openssh-askpass-0:6.6.1p1-11.el7.s390x",
            "7Server:openssh-askpass-0:6.6.1p1-11.el7.x86_64",
            "7Server:openssh-clients-0:6.6.1p1-11.el7.ppc64",
            "7Server:openssh-clients-0:6.6.1p1-11.el7.s390x",
            "7Server:openssh-clients-0:6.6.1p1-11.el7.x86_64",
            "7Server:openssh-debuginfo-0:6.6.1p1-11.el7.i686",
            "7Server:openssh-debuginfo-0:6.6.1p1-11.el7.ppc",
            "7Server:openssh-debuginfo-0:6.6.1p1-11.el7.ppc64",
            "7Server:openssh-debuginfo-0:6.6.1p1-11.el7.s390",
            "7Server:openssh-debuginfo-0:6.6.1p1-11.el7.s390x",
            "7Server:openssh-debuginfo-0:6.6.1p1-11.el7.x86_64",
            "7Server:openssh-keycat-0:6.6.1p1-11.el7.ppc64",
            "7Server:openssh-keycat-0:6.6.1p1-11.el7.s390x",
            "7Server:openssh-keycat-0:6.6.1p1-11.el7.x86_64",
            "7Server:openssh-ldap-0:6.6.1p1-11.el7.ppc64",
            "7Server:openssh-ldap-0:6.6.1p1-11.el7.s390x",
            "7Server:openssh-ldap-0:6.6.1p1-11.el7.x86_64",
            "7Server:openssh-server-0:6.6.1p1-11.el7.ppc64",
            "7Server:openssh-server-0:6.6.1p1-11.el7.s390x",
            "7Server:openssh-server-0:6.6.1p1-11.el7.x86_64",
            "7Server:openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64",
            "7Server:openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x",
            "7Server:openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64",
            "7Server:pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686",
            "7Server:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc",
            "7Server:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64",
            "7Server:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390",
            "7Server:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x",
            "7Server:pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64",
            "7Workstation-optional:openssh-0:6.6.1p1-11.el7.ppc64",
            "7Workstation-optional:openssh-0:6.6.1p1-11.el7.s390x",
            "7Workstation-optional:openssh-0:6.6.1p1-11.el7.src",
            "7Workstation-optional:openssh-0:6.6.1p1-11.el7.x86_64",
            "7Workstation-optional:openssh-askpass-0:6.6.1p1-11.el7.ppc64",
            "7Workstation-optional:openssh-askpass-0:6.6.1p1-11.el7.s390x",
            "7Workstation-optional:openssh-askpass-0:6.6.1p1-11.el7.x86_64",
            "7Workstation-optional:openssh-clients-0:6.6.1p1-11.el7.ppc64",
            "7Workstation-optional:openssh-clients-0:6.6.1p1-11.el7.s390x",
            "7Workstation-optional:openssh-clients-0:6.6.1p1-11.el7.x86_64",
            "7Workstation-optional:openssh-debuginfo-0:6.6.1p1-11.el7.i686",
            "7Workstation-optional:openssh-debuginfo-0:6.6.1p1-11.el7.ppc",
            "7Workstation-optional:openssh-debuginfo-0:6.6.1p1-11.el7.ppc64",
            "7Workstation-optional:openssh-debuginfo-0:6.6.1p1-11.el7.s390",
            "7Workstation-optional:openssh-debuginfo-0:6.6.1p1-11.el7.s390x",
            "7Workstation-optional:openssh-debuginfo-0:6.6.1p1-11.el7.x86_64",
            "7Workstation-optional:openssh-keycat-0:6.6.1p1-11.el7.ppc64",
            "7Workstation-optional:openssh-keycat-0:6.6.1p1-11.el7.s390x",
            "7Workstation-optional:openssh-keycat-0:6.6.1p1-11.el7.x86_64",
            "7Workstation-optional:openssh-ldap-0:6.6.1p1-11.el7.ppc64",
            "7Workstation-optional:openssh-ldap-0:6.6.1p1-11.el7.s390x",
            "7Workstation-optional:openssh-ldap-0:6.6.1p1-11.el7.x86_64",
            "7Workstation-optional:openssh-server-0:6.6.1p1-11.el7.ppc64",
            "7Workstation-optional:openssh-server-0:6.6.1p1-11.el7.s390x",
            "7Workstation-optional:openssh-server-0:6.6.1p1-11.el7.x86_64",
            "7Workstation-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64",
            "7Workstation-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x",
            "7Workstation-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64",
            "7Workstation-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686",
            "7Workstation-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc",
            "7Workstation-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64",
            "7Workstation-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390",
            "7Workstation-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x",
            "7Workstation-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64",
            "7Workstation:openssh-0:6.6.1p1-11.el7.ppc64",
            "7Workstation:openssh-0:6.6.1p1-11.el7.s390x",
            "7Workstation:openssh-0:6.6.1p1-11.el7.src",
            "7Workstation:openssh-0:6.6.1p1-11.el7.x86_64",
            "7Workstation:openssh-askpass-0:6.6.1p1-11.el7.ppc64",
            "7Workstation:openssh-askpass-0:6.6.1p1-11.el7.s390x",
            "7Workstation:openssh-askpass-0:6.6.1p1-11.el7.x86_64",
            "7Workstation:openssh-clients-0:6.6.1p1-11.el7.ppc64",
            "7Workstation:openssh-clients-0:6.6.1p1-11.el7.s390x",
            "7Workstation:openssh-clients-0:6.6.1p1-11.el7.x86_64",
            "7Workstation:openssh-debuginfo-0:6.6.1p1-11.el7.i686",
            "7Workstation:openssh-debuginfo-0:6.6.1p1-11.el7.ppc",
            "7Workstation:openssh-debuginfo-0:6.6.1p1-11.el7.ppc64",
            "7Workstation:openssh-debuginfo-0:6.6.1p1-11.el7.s390",
            "7Workstation:openssh-debuginfo-0:6.6.1p1-11.el7.s390x",
            "7Workstation:openssh-debuginfo-0:6.6.1p1-11.el7.x86_64",
            "7Workstation:openssh-keycat-0:6.6.1p1-11.el7.ppc64",
            "7Workstation:openssh-keycat-0:6.6.1p1-11.el7.s390x",
            "7Workstation:openssh-keycat-0:6.6.1p1-11.el7.x86_64",
            "7Workstation:openssh-ldap-0:6.6.1p1-11.el7.ppc64",
            "7Workstation:openssh-ldap-0:6.6.1p1-11.el7.s390x",
            "7Workstation:openssh-ldap-0:6.6.1p1-11.el7.x86_64",
            "7Workstation:openssh-server-0:6.6.1p1-11.el7.ppc64",
            "7Workstation:openssh-server-0:6.6.1p1-11.el7.s390x",
            "7Workstation:openssh-server-0:6.6.1p1-11.el7.x86_64",
            "7Workstation:openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64",
            "7Workstation:openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x",
            "7Workstation:openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64",
            "7Workstation:pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686",
            "7Workstation:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc",
            "7Workstation:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64",
            "7Workstation:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390",
            "7Workstation:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x",
            "7Workstation:pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "openssh: failure to check DNS SSHFP records in certain scenarios"
    },
    {
      "cve": "CVE-2014-9278",
      "discovery_date": "2014-10-03T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1169843"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "It was found that when OpenSSH was used in a Kerberos environment, remote authenticated users were allowed to log in as a different user if they were listed in the ~/.k5users file of that user, potentially bypassing intended authentication restrictions.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "openssh: ~/.k5users unexpectedly grants remote login",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "7Client-optional:openssh-0:6.6.1p1-11.el7.ppc64",
          "7Client-optional:openssh-0:6.6.1p1-11.el7.s390x",
          "7Client-optional:openssh-0:6.6.1p1-11.el7.src",
          "7Client-optional:openssh-0:6.6.1p1-11.el7.x86_64",
          "7Client-optional:openssh-askpass-0:6.6.1p1-11.el7.ppc64",
          "7Client-optional:openssh-askpass-0:6.6.1p1-11.el7.s390x",
          "7Client-optional:openssh-askpass-0:6.6.1p1-11.el7.x86_64",
          "7Client-optional:openssh-clients-0:6.6.1p1-11.el7.ppc64",
          "7Client-optional:openssh-clients-0:6.6.1p1-11.el7.s390x",
          "7Client-optional:openssh-clients-0:6.6.1p1-11.el7.x86_64",
          "7Client-optional:openssh-debuginfo-0:6.6.1p1-11.el7.i686",
          "7Client-optional:openssh-debuginfo-0:6.6.1p1-11.el7.ppc",
          "7Client-optional:openssh-debuginfo-0:6.6.1p1-11.el7.ppc64",
          "7Client-optional:openssh-debuginfo-0:6.6.1p1-11.el7.s390",
          "7Client-optional:openssh-debuginfo-0:6.6.1p1-11.el7.s390x",
          "7Client-optional:openssh-debuginfo-0:6.6.1p1-11.el7.x86_64",
          "7Client-optional:openssh-keycat-0:6.6.1p1-11.el7.ppc64",
          "7Client-optional:openssh-keycat-0:6.6.1p1-11.el7.s390x",
          "7Client-optional:openssh-keycat-0:6.6.1p1-11.el7.x86_64",
          "7Client-optional:openssh-ldap-0:6.6.1p1-11.el7.ppc64",
          "7Client-optional:openssh-ldap-0:6.6.1p1-11.el7.s390x",
          "7Client-optional:openssh-ldap-0:6.6.1p1-11.el7.x86_64",
          "7Client-optional:openssh-server-0:6.6.1p1-11.el7.ppc64",
          "7Client-optional:openssh-server-0:6.6.1p1-11.el7.s390x",
          "7Client-optional:openssh-server-0:6.6.1p1-11.el7.x86_64",
          "7Client-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64",
          "7Client-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x",
          "7Client-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64",
          "7Client-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686",
          "7Client-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc",
          "7Client-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64",
          "7Client-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390",
          "7Client-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x",
          "7Client-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64",
          "7Client:openssh-0:6.6.1p1-11.el7.ppc64",
          "7Client:openssh-0:6.6.1p1-11.el7.s390x",
          "7Client:openssh-0:6.6.1p1-11.el7.src",
          "7Client:openssh-0:6.6.1p1-11.el7.x86_64",
          "7Client:openssh-askpass-0:6.6.1p1-11.el7.ppc64",
          "7Client:openssh-askpass-0:6.6.1p1-11.el7.s390x",
          "7Client:openssh-askpass-0:6.6.1p1-11.el7.x86_64",
          "7Client:openssh-clients-0:6.6.1p1-11.el7.ppc64",
          "7Client:openssh-clients-0:6.6.1p1-11.el7.s390x",
          "7Client:openssh-clients-0:6.6.1p1-11.el7.x86_64",
          "7Client:openssh-debuginfo-0:6.6.1p1-11.el7.i686",
          "7Client:openssh-debuginfo-0:6.6.1p1-11.el7.ppc",
          "7Client:openssh-debuginfo-0:6.6.1p1-11.el7.ppc64",
          "7Client:openssh-debuginfo-0:6.6.1p1-11.el7.s390",
          "7Client:openssh-debuginfo-0:6.6.1p1-11.el7.s390x",
          "7Client:openssh-debuginfo-0:6.6.1p1-11.el7.x86_64",
          "7Client:openssh-keycat-0:6.6.1p1-11.el7.ppc64",
          "7Client:openssh-keycat-0:6.6.1p1-11.el7.s390x",
          "7Client:openssh-keycat-0:6.6.1p1-11.el7.x86_64",
          "7Client:openssh-ldap-0:6.6.1p1-11.el7.ppc64",
          "7Client:openssh-ldap-0:6.6.1p1-11.el7.s390x",
          "7Client:openssh-ldap-0:6.6.1p1-11.el7.x86_64",
          "7Client:openssh-server-0:6.6.1p1-11.el7.ppc64",
          "7Client:openssh-server-0:6.6.1p1-11.el7.s390x",
          "7Client:openssh-server-0:6.6.1p1-11.el7.x86_64",
          "7Client:openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64",
          "7Client:openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x",
          "7Client:openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64",
          "7Client:pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686",
          "7Client:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc",
          "7Client:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64",
          "7Client:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390",
          "7Client:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x",
          "7Client:pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64",
          "7ComputeNode-optional:openssh-0:6.6.1p1-11.el7.ppc64",
          "7ComputeNode-optional:openssh-0:6.6.1p1-11.el7.s390x",
          "7ComputeNode-optional:openssh-0:6.6.1p1-11.el7.src",
          "7ComputeNode-optional:openssh-0:6.6.1p1-11.el7.x86_64",
          "7ComputeNode-optional:openssh-askpass-0:6.6.1p1-11.el7.ppc64",
          "7ComputeNode-optional:openssh-askpass-0:6.6.1p1-11.el7.s390x",
          "7ComputeNode-optional:openssh-askpass-0:6.6.1p1-11.el7.x86_64",
          "7ComputeNode-optional:openssh-clients-0:6.6.1p1-11.el7.ppc64",
          "7ComputeNode-optional:openssh-clients-0:6.6.1p1-11.el7.s390x",
          "7ComputeNode-optional:openssh-clients-0:6.6.1p1-11.el7.x86_64",
          "7ComputeNode-optional:openssh-debuginfo-0:6.6.1p1-11.el7.i686",
          "7ComputeNode-optional:openssh-debuginfo-0:6.6.1p1-11.el7.ppc",
          "7ComputeNode-optional:openssh-debuginfo-0:6.6.1p1-11.el7.ppc64",
          "7ComputeNode-optional:openssh-debuginfo-0:6.6.1p1-11.el7.s390",
          "7ComputeNode-optional:openssh-debuginfo-0:6.6.1p1-11.el7.s390x",
          "7ComputeNode-optional:openssh-debuginfo-0:6.6.1p1-11.el7.x86_64",
          "7ComputeNode-optional:openssh-keycat-0:6.6.1p1-11.el7.ppc64",
          "7ComputeNode-optional:openssh-keycat-0:6.6.1p1-11.el7.s390x",
          "7ComputeNode-optional:openssh-keycat-0:6.6.1p1-11.el7.x86_64",
          "7ComputeNode-optional:openssh-ldap-0:6.6.1p1-11.el7.ppc64",
          "7ComputeNode-optional:openssh-ldap-0:6.6.1p1-11.el7.s390x",
          "7ComputeNode-optional:openssh-ldap-0:6.6.1p1-11.el7.x86_64",
          "7ComputeNode-optional:openssh-server-0:6.6.1p1-11.el7.ppc64",
          "7ComputeNode-optional:openssh-server-0:6.6.1p1-11.el7.s390x",
          "7ComputeNode-optional:openssh-server-0:6.6.1p1-11.el7.x86_64",
          "7ComputeNode-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64",
          "7ComputeNode-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x",
          "7ComputeNode-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64",
          "7ComputeNode-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686",
          "7ComputeNode-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc",
          "7ComputeNode-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64",
          "7ComputeNode-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390",
          "7ComputeNode-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x",
          "7ComputeNode-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64",
          "7ComputeNode:openssh-0:6.6.1p1-11.el7.ppc64",
          "7ComputeNode:openssh-0:6.6.1p1-11.el7.s390x",
          "7ComputeNode:openssh-0:6.6.1p1-11.el7.src",
          "7ComputeNode:openssh-0:6.6.1p1-11.el7.x86_64",
          "7ComputeNode:openssh-askpass-0:6.6.1p1-11.el7.ppc64",
          "7ComputeNode:openssh-askpass-0:6.6.1p1-11.el7.s390x",
          "7ComputeNode:openssh-askpass-0:6.6.1p1-11.el7.x86_64",
          "7ComputeNode:openssh-clients-0:6.6.1p1-11.el7.ppc64",
          "7ComputeNode:openssh-clients-0:6.6.1p1-11.el7.s390x",
          "7ComputeNode:openssh-clients-0:6.6.1p1-11.el7.x86_64",
          "7ComputeNode:openssh-debuginfo-0:6.6.1p1-11.el7.i686",
          "7ComputeNode:openssh-debuginfo-0:6.6.1p1-11.el7.ppc",
          "7ComputeNode:openssh-debuginfo-0:6.6.1p1-11.el7.ppc64",
          "7ComputeNode:openssh-debuginfo-0:6.6.1p1-11.el7.s390",
          "7ComputeNode:openssh-debuginfo-0:6.6.1p1-11.el7.s390x",
          "7ComputeNode:openssh-debuginfo-0:6.6.1p1-11.el7.x86_64",
          "7ComputeNode:openssh-keycat-0:6.6.1p1-11.el7.ppc64",
          "7ComputeNode:openssh-keycat-0:6.6.1p1-11.el7.s390x",
          "7ComputeNode:openssh-keycat-0:6.6.1p1-11.el7.x86_64",
          "7ComputeNode:openssh-ldap-0:6.6.1p1-11.el7.ppc64",
          "7ComputeNode:openssh-ldap-0:6.6.1p1-11.el7.s390x",
          "7ComputeNode:openssh-ldap-0:6.6.1p1-11.el7.x86_64",
          "7ComputeNode:openssh-server-0:6.6.1p1-11.el7.ppc64",
          "7ComputeNode:openssh-server-0:6.6.1p1-11.el7.s390x",
          "7ComputeNode:openssh-server-0:6.6.1p1-11.el7.x86_64",
          "7ComputeNode:openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64",
          "7ComputeNode:openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x",
          "7ComputeNode:openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64",
          "7ComputeNode:pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686",
          "7ComputeNode:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc",
          "7ComputeNode:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64",
          "7ComputeNode:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390",
          "7ComputeNode:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x",
          "7ComputeNode:pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64",
          "7Server-optional:openssh-0:6.6.1p1-11.el7.ppc64",
          "7Server-optional:openssh-0:6.6.1p1-11.el7.s390x",
          "7Server-optional:openssh-0:6.6.1p1-11.el7.src",
          "7Server-optional:openssh-0:6.6.1p1-11.el7.x86_64",
          "7Server-optional:openssh-askpass-0:6.6.1p1-11.el7.ppc64",
          "7Server-optional:openssh-askpass-0:6.6.1p1-11.el7.s390x",
          "7Server-optional:openssh-askpass-0:6.6.1p1-11.el7.x86_64",
          "7Server-optional:openssh-clients-0:6.6.1p1-11.el7.ppc64",
          "7Server-optional:openssh-clients-0:6.6.1p1-11.el7.s390x",
          "7Server-optional:openssh-clients-0:6.6.1p1-11.el7.x86_64",
          "7Server-optional:openssh-debuginfo-0:6.6.1p1-11.el7.i686",
          "7Server-optional:openssh-debuginfo-0:6.6.1p1-11.el7.ppc",
          "7Server-optional:openssh-debuginfo-0:6.6.1p1-11.el7.ppc64",
          "7Server-optional:openssh-debuginfo-0:6.6.1p1-11.el7.s390",
          "7Server-optional:openssh-debuginfo-0:6.6.1p1-11.el7.s390x",
          "7Server-optional:openssh-debuginfo-0:6.6.1p1-11.el7.x86_64",
          "7Server-optional:openssh-keycat-0:6.6.1p1-11.el7.ppc64",
          "7Server-optional:openssh-keycat-0:6.6.1p1-11.el7.s390x",
          "7Server-optional:openssh-keycat-0:6.6.1p1-11.el7.x86_64",
          "7Server-optional:openssh-ldap-0:6.6.1p1-11.el7.ppc64",
          "7Server-optional:openssh-ldap-0:6.6.1p1-11.el7.s390x",
          "7Server-optional:openssh-ldap-0:6.6.1p1-11.el7.x86_64",
          "7Server-optional:openssh-server-0:6.6.1p1-11.el7.ppc64",
          "7Server-optional:openssh-server-0:6.6.1p1-11.el7.s390x",
          "7Server-optional:openssh-server-0:6.6.1p1-11.el7.x86_64",
          "7Server-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64",
          "7Server-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x",
          "7Server-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64",
          "7Server-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686",
          "7Server-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc",
          "7Server-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64",
          "7Server-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390",
          "7Server-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x",
          "7Server-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64",
          "7Server:openssh-0:6.6.1p1-11.el7.ppc64",
          "7Server:openssh-0:6.6.1p1-11.el7.s390x",
          "7Server:openssh-0:6.6.1p1-11.el7.src",
          "7Server:openssh-0:6.6.1p1-11.el7.x86_64",
          "7Server:openssh-askpass-0:6.6.1p1-11.el7.ppc64",
          "7Server:openssh-askpass-0:6.6.1p1-11.el7.s390x",
          "7Server:openssh-askpass-0:6.6.1p1-11.el7.x86_64",
          "7Server:openssh-clients-0:6.6.1p1-11.el7.ppc64",
          "7Server:openssh-clients-0:6.6.1p1-11.el7.s390x",
          "7Server:openssh-clients-0:6.6.1p1-11.el7.x86_64",
          "7Server:openssh-debuginfo-0:6.6.1p1-11.el7.i686",
          "7Server:openssh-debuginfo-0:6.6.1p1-11.el7.ppc",
          "7Server:openssh-debuginfo-0:6.6.1p1-11.el7.ppc64",
          "7Server:openssh-debuginfo-0:6.6.1p1-11.el7.s390",
          "7Server:openssh-debuginfo-0:6.6.1p1-11.el7.s390x",
          "7Server:openssh-debuginfo-0:6.6.1p1-11.el7.x86_64",
          "7Server:openssh-keycat-0:6.6.1p1-11.el7.ppc64",
          "7Server:openssh-keycat-0:6.6.1p1-11.el7.s390x",
          "7Server:openssh-keycat-0:6.6.1p1-11.el7.x86_64",
          "7Server:openssh-ldap-0:6.6.1p1-11.el7.ppc64",
          "7Server:openssh-ldap-0:6.6.1p1-11.el7.s390x",
          "7Server:openssh-ldap-0:6.6.1p1-11.el7.x86_64",
          "7Server:openssh-server-0:6.6.1p1-11.el7.ppc64",
          "7Server:openssh-server-0:6.6.1p1-11.el7.s390x",
          "7Server:openssh-server-0:6.6.1p1-11.el7.x86_64",
          "7Server:openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64",
          "7Server:openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x",
          "7Server:openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64",
          "7Server:pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686",
          "7Server:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc",
          "7Server:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64",
          "7Server:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390",
          "7Server:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x",
          "7Server:pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64",
          "7Workstation-optional:openssh-0:6.6.1p1-11.el7.ppc64",
          "7Workstation-optional:openssh-0:6.6.1p1-11.el7.s390x",
          "7Workstation-optional:openssh-0:6.6.1p1-11.el7.src",
          "7Workstation-optional:openssh-0:6.6.1p1-11.el7.x86_64",
          "7Workstation-optional:openssh-askpass-0:6.6.1p1-11.el7.ppc64",
          "7Workstation-optional:openssh-askpass-0:6.6.1p1-11.el7.s390x",
          "7Workstation-optional:openssh-askpass-0:6.6.1p1-11.el7.x86_64",
          "7Workstation-optional:openssh-clients-0:6.6.1p1-11.el7.ppc64",
          "7Workstation-optional:openssh-clients-0:6.6.1p1-11.el7.s390x",
          "7Workstation-optional:openssh-clients-0:6.6.1p1-11.el7.x86_64",
          "7Workstation-optional:openssh-debuginfo-0:6.6.1p1-11.el7.i686",
          "7Workstation-optional:openssh-debuginfo-0:6.6.1p1-11.el7.ppc",
          "7Workstation-optional:openssh-debuginfo-0:6.6.1p1-11.el7.ppc64",
          "7Workstation-optional:openssh-debuginfo-0:6.6.1p1-11.el7.s390",
          "7Workstation-optional:openssh-debuginfo-0:6.6.1p1-11.el7.s390x",
          "7Workstation-optional:openssh-debuginfo-0:6.6.1p1-11.el7.x86_64",
          "7Workstation-optional:openssh-keycat-0:6.6.1p1-11.el7.ppc64",
          "7Workstation-optional:openssh-keycat-0:6.6.1p1-11.el7.s390x",
          "7Workstation-optional:openssh-keycat-0:6.6.1p1-11.el7.x86_64",
          "7Workstation-optional:openssh-ldap-0:6.6.1p1-11.el7.ppc64",
          "7Workstation-optional:openssh-ldap-0:6.6.1p1-11.el7.s390x",
          "7Workstation-optional:openssh-ldap-0:6.6.1p1-11.el7.x86_64",
          "7Workstation-optional:openssh-server-0:6.6.1p1-11.el7.ppc64",
          "7Workstation-optional:openssh-server-0:6.6.1p1-11.el7.s390x",
          "7Workstation-optional:openssh-server-0:6.6.1p1-11.el7.x86_64",
          "7Workstation-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64",
          "7Workstation-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x",
          "7Workstation-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64",
          "7Workstation-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686",
          "7Workstation-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc",
          "7Workstation-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64",
          "7Workstation-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390",
          "7Workstation-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x",
          "7Workstation-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64",
          "7Workstation:openssh-0:6.6.1p1-11.el7.ppc64",
          "7Workstation:openssh-0:6.6.1p1-11.el7.s390x",
          "7Workstation:openssh-0:6.6.1p1-11.el7.src",
          "7Workstation:openssh-0:6.6.1p1-11.el7.x86_64",
          "7Workstation:openssh-askpass-0:6.6.1p1-11.el7.ppc64",
          "7Workstation:openssh-askpass-0:6.6.1p1-11.el7.s390x",
          "7Workstation:openssh-askpass-0:6.6.1p1-11.el7.x86_64",
          "7Workstation:openssh-clients-0:6.6.1p1-11.el7.ppc64",
          "7Workstation:openssh-clients-0:6.6.1p1-11.el7.s390x",
          "7Workstation:openssh-clients-0:6.6.1p1-11.el7.x86_64",
          "7Workstation:openssh-debuginfo-0:6.6.1p1-11.el7.i686",
          "7Workstation:openssh-debuginfo-0:6.6.1p1-11.el7.ppc",
          "7Workstation:openssh-debuginfo-0:6.6.1p1-11.el7.ppc64",
          "7Workstation:openssh-debuginfo-0:6.6.1p1-11.el7.s390",
          "7Workstation:openssh-debuginfo-0:6.6.1p1-11.el7.s390x",
          "7Workstation:openssh-debuginfo-0:6.6.1p1-11.el7.x86_64",
          "7Workstation:openssh-keycat-0:6.6.1p1-11.el7.ppc64",
          "7Workstation:openssh-keycat-0:6.6.1p1-11.el7.s390x",
          "7Workstation:openssh-keycat-0:6.6.1p1-11.el7.x86_64",
          "7Workstation:openssh-ldap-0:6.6.1p1-11.el7.ppc64",
          "7Workstation:openssh-ldap-0:6.6.1p1-11.el7.s390x",
          "7Workstation:openssh-ldap-0:6.6.1p1-11.el7.x86_64",
          "7Workstation:openssh-server-0:6.6.1p1-11.el7.ppc64",
          "7Workstation:openssh-server-0:6.6.1p1-11.el7.s390x",
          "7Workstation:openssh-server-0:6.6.1p1-11.el7.x86_64",
          "7Workstation:openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64",
          "7Workstation:openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x",
          "7Workstation:openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64",
          "7Workstation:pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686",
          "7Workstation:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc",
          "7Workstation:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64",
          "7Workstation:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390",
          "7Workstation:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x",
          "7Workstation:pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2014-9278"
        },
        {
          "category": "external",
          "summary": "RHBZ#1169843",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1169843"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2014-9278",
          "url": "https://www.cve.org/CVERecord?id=CVE-2014-9278"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2014-9278",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2014-9278"
        }
      ],
      "release_date": "2014-10-03T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2015-03-05T09:26:20+00:00",
          "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "7Client-optional:openssh-0:6.6.1p1-11.el7.ppc64",
            "7Client-optional:openssh-0:6.6.1p1-11.el7.s390x",
            "7Client-optional:openssh-0:6.6.1p1-11.el7.src",
            "7Client-optional:openssh-0:6.6.1p1-11.el7.x86_64",
            "7Client-optional:openssh-askpass-0:6.6.1p1-11.el7.ppc64",
            "7Client-optional:openssh-askpass-0:6.6.1p1-11.el7.s390x",
            "7Client-optional:openssh-askpass-0:6.6.1p1-11.el7.x86_64",
            "7Client-optional:openssh-clients-0:6.6.1p1-11.el7.ppc64",
            "7Client-optional:openssh-clients-0:6.6.1p1-11.el7.s390x",
            "7Client-optional:openssh-clients-0:6.6.1p1-11.el7.x86_64",
            "7Client-optional:openssh-debuginfo-0:6.6.1p1-11.el7.i686",
            "7Client-optional:openssh-debuginfo-0:6.6.1p1-11.el7.ppc",
            "7Client-optional:openssh-debuginfo-0:6.6.1p1-11.el7.ppc64",
            "7Client-optional:openssh-debuginfo-0:6.6.1p1-11.el7.s390",
            "7Client-optional:openssh-debuginfo-0:6.6.1p1-11.el7.s390x",
            "7Client-optional:openssh-debuginfo-0:6.6.1p1-11.el7.x86_64",
            "7Client-optional:openssh-keycat-0:6.6.1p1-11.el7.ppc64",
            "7Client-optional:openssh-keycat-0:6.6.1p1-11.el7.s390x",
            "7Client-optional:openssh-keycat-0:6.6.1p1-11.el7.x86_64",
            "7Client-optional:openssh-ldap-0:6.6.1p1-11.el7.ppc64",
            "7Client-optional:openssh-ldap-0:6.6.1p1-11.el7.s390x",
            "7Client-optional:openssh-ldap-0:6.6.1p1-11.el7.x86_64",
            "7Client-optional:openssh-server-0:6.6.1p1-11.el7.ppc64",
            "7Client-optional:openssh-server-0:6.6.1p1-11.el7.s390x",
            "7Client-optional:openssh-server-0:6.6.1p1-11.el7.x86_64",
            "7Client-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64",
            "7Client-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x",
            "7Client-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64",
            "7Client-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686",
            "7Client-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc",
            "7Client-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64",
            "7Client-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390",
            "7Client-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x",
            "7Client-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64",
            "7Client:openssh-0:6.6.1p1-11.el7.ppc64",
            "7Client:openssh-0:6.6.1p1-11.el7.s390x",
            "7Client:openssh-0:6.6.1p1-11.el7.src",
            "7Client:openssh-0:6.6.1p1-11.el7.x86_64",
            "7Client:openssh-askpass-0:6.6.1p1-11.el7.ppc64",
            "7Client:openssh-askpass-0:6.6.1p1-11.el7.s390x",
            "7Client:openssh-askpass-0:6.6.1p1-11.el7.x86_64",
            "7Client:openssh-clients-0:6.6.1p1-11.el7.ppc64",
            "7Client:openssh-clients-0:6.6.1p1-11.el7.s390x",
            "7Client:openssh-clients-0:6.6.1p1-11.el7.x86_64",
            "7Client:openssh-debuginfo-0:6.6.1p1-11.el7.i686",
            "7Client:openssh-debuginfo-0:6.6.1p1-11.el7.ppc",
            "7Client:openssh-debuginfo-0:6.6.1p1-11.el7.ppc64",
            "7Client:openssh-debuginfo-0:6.6.1p1-11.el7.s390",
            "7Client:openssh-debuginfo-0:6.6.1p1-11.el7.s390x",
            "7Client:openssh-debuginfo-0:6.6.1p1-11.el7.x86_64",
            "7Client:openssh-keycat-0:6.6.1p1-11.el7.ppc64",
            "7Client:openssh-keycat-0:6.6.1p1-11.el7.s390x",
            "7Client:openssh-keycat-0:6.6.1p1-11.el7.x86_64",
            "7Client:openssh-ldap-0:6.6.1p1-11.el7.ppc64",
            "7Client:openssh-ldap-0:6.6.1p1-11.el7.s390x",
            "7Client:openssh-ldap-0:6.6.1p1-11.el7.x86_64",
            "7Client:openssh-server-0:6.6.1p1-11.el7.ppc64",
            "7Client:openssh-server-0:6.6.1p1-11.el7.s390x",
            "7Client:openssh-server-0:6.6.1p1-11.el7.x86_64",
            "7Client:openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64",
            "7Client:openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x",
            "7Client:openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64",
            "7Client:pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686",
            "7Client:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc",
            "7Client:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64",
            "7Client:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390",
            "7Client:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x",
            "7Client:pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64",
            "7ComputeNode-optional:openssh-0:6.6.1p1-11.el7.ppc64",
            "7ComputeNode-optional:openssh-0:6.6.1p1-11.el7.s390x",
            "7ComputeNode-optional:openssh-0:6.6.1p1-11.el7.src",
            "7ComputeNode-optional:openssh-0:6.6.1p1-11.el7.x86_64",
            "7ComputeNode-optional:openssh-askpass-0:6.6.1p1-11.el7.ppc64",
            "7ComputeNode-optional:openssh-askpass-0:6.6.1p1-11.el7.s390x",
            "7ComputeNode-optional:openssh-askpass-0:6.6.1p1-11.el7.x86_64",
            "7ComputeNode-optional:openssh-clients-0:6.6.1p1-11.el7.ppc64",
            "7ComputeNode-optional:openssh-clients-0:6.6.1p1-11.el7.s390x",
            "7ComputeNode-optional:openssh-clients-0:6.6.1p1-11.el7.x86_64",
            "7ComputeNode-optional:openssh-debuginfo-0:6.6.1p1-11.el7.i686",
            "7ComputeNode-optional:openssh-debuginfo-0:6.6.1p1-11.el7.ppc",
            "7ComputeNode-optional:openssh-debuginfo-0:6.6.1p1-11.el7.ppc64",
            "7ComputeNode-optional:openssh-debuginfo-0:6.6.1p1-11.el7.s390",
            "7ComputeNode-optional:openssh-debuginfo-0:6.6.1p1-11.el7.s390x",
            "7ComputeNode-optional:openssh-debuginfo-0:6.6.1p1-11.el7.x86_64",
            "7ComputeNode-optional:openssh-keycat-0:6.6.1p1-11.el7.ppc64",
            "7ComputeNode-optional:openssh-keycat-0:6.6.1p1-11.el7.s390x",
            "7ComputeNode-optional:openssh-keycat-0:6.6.1p1-11.el7.x86_64",
            "7ComputeNode-optional:openssh-ldap-0:6.6.1p1-11.el7.ppc64",
            "7ComputeNode-optional:openssh-ldap-0:6.6.1p1-11.el7.s390x",
            "7ComputeNode-optional:openssh-ldap-0:6.6.1p1-11.el7.x86_64",
            "7ComputeNode-optional:openssh-server-0:6.6.1p1-11.el7.ppc64",
            "7ComputeNode-optional:openssh-server-0:6.6.1p1-11.el7.s390x",
            "7ComputeNode-optional:openssh-server-0:6.6.1p1-11.el7.x86_64",
            "7ComputeNode-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64",
            "7ComputeNode-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x",
            "7ComputeNode-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64",
            "7ComputeNode-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686",
            "7ComputeNode-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc",
            "7ComputeNode-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64",
            "7ComputeNode-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390",
            "7ComputeNode-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x",
            "7ComputeNode-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64",
            "7ComputeNode:openssh-0:6.6.1p1-11.el7.ppc64",
            "7ComputeNode:openssh-0:6.6.1p1-11.el7.s390x",
            "7ComputeNode:openssh-0:6.6.1p1-11.el7.src",
            "7ComputeNode:openssh-0:6.6.1p1-11.el7.x86_64",
            "7ComputeNode:openssh-askpass-0:6.6.1p1-11.el7.ppc64",
            "7ComputeNode:openssh-askpass-0:6.6.1p1-11.el7.s390x",
            "7ComputeNode:openssh-askpass-0:6.6.1p1-11.el7.x86_64",
            "7ComputeNode:openssh-clients-0:6.6.1p1-11.el7.ppc64",
            "7ComputeNode:openssh-clients-0:6.6.1p1-11.el7.s390x",
            "7ComputeNode:openssh-clients-0:6.6.1p1-11.el7.x86_64",
            "7ComputeNode:openssh-debuginfo-0:6.6.1p1-11.el7.i686",
            "7ComputeNode:openssh-debuginfo-0:6.6.1p1-11.el7.ppc",
            "7ComputeNode:openssh-debuginfo-0:6.6.1p1-11.el7.ppc64",
            "7ComputeNode:openssh-debuginfo-0:6.6.1p1-11.el7.s390",
            "7ComputeNode:openssh-debuginfo-0:6.6.1p1-11.el7.s390x",
            "7ComputeNode:openssh-debuginfo-0:6.6.1p1-11.el7.x86_64",
            "7ComputeNode:openssh-keycat-0:6.6.1p1-11.el7.ppc64",
            "7ComputeNode:openssh-keycat-0:6.6.1p1-11.el7.s390x",
            "7ComputeNode:openssh-keycat-0:6.6.1p1-11.el7.x86_64",
            "7ComputeNode:openssh-ldap-0:6.6.1p1-11.el7.ppc64",
            "7ComputeNode:openssh-ldap-0:6.6.1p1-11.el7.s390x",
            "7ComputeNode:openssh-ldap-0:6.6.1p1-11.el7.x86_64",
            "7ComputeNode:openssh-server-0:6.6.1p1-11.el7.ppc64",
            "7ComputeNode:openssh-server-0:6.6.1p1-11.el7.s390x",
            "7ComputeNode:openssh-server-0:6.6.1p1-11.el7.x86_64",
            "7ComputeNode:openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64",
            "7ComputeNode:openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x",
            "7ComputeNode:openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64",
            "7ComputeNode:pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686",
            "7ComputeNode:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc",
            "7ComputeNode:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64",
            "7ComputeNode:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390",
            "7ComputeNode:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x",
            "7ComputeNode:pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64",
            "7Server-optional:openssh-0:6.6.1p1-11.el7.ppc64",
            "7Server-optional:openssh-0:6.6.1p1-11.el7.s390x",
            "7Server-optional:openssh-0:6.6.1p1-11.el7.src",
            "7Server-optional:openssh-0:6.6.1p1-11.el7.x86_64",
            "7Server-optional:openssh-askpass-0:6.6.1p1-11.el7.ppc64",
            "7Server-optional:openssh-askpass-0:6.6.1p1-11.el7.s390x",
            "7Server-optional:openssh-askpass-0:6.6.1p1-11.el7.x86_64",
            "7Server-optional:openssh-clients-0:6.6.1p1-11.el7.ppc64",
            "7Server-optional:openssh-clients-0:6.6.1p1-11.el7.s390x",
            "7Server-optional:openssh-clients-0:6.6.1p1-11.el7.x86_64",
            "7Server-optional:openssh-debuginfo-0:6.6.1p1-11.el7.i686",
            "7Server-optional:openssh-debuginfo-0:6.6.1p1-11.el7.ppc",
            "7Server-optional:openssh-debuginfo-0:6.6.1p1-11.el7.ppc64",
            "7Server-optional:openssh-debuginfo-0:6.6.1p1-11.el7.s390",
            "7Server-optional:openssh-debuginfo-0:6.6.1p1-11.el7.s390x",
            "7Server-optional:openssh-debuginfo-0:6.6.1p1-11.el7.x86_64",
            "7Server-optional:openssh-keycat-0:6.6.1p1-11.el7.ppc64",
            "7Server-optional:openssh-keycat-0:6.6.1p1-11.el7.s390x",
            "7Server-optional:openssh-keycat-0:6.6.1p1-11.el7.x86_64",
            "7Server-optional:openssh-ldap-0:6.6.1p1-11.el7.ppc64",
            "7Server-optional:openssh-ldap-0:6.6.1p1-11.el7.s390x",
            "7Server-optional:openssh-ldap-0:6.6.1p1-11.el7.x86_64",
            "7Server-optional:openssh-server-0:6.6.1p1-11.el7.ppc64",
            "7Server-optional:openssh-server-0:6.6.1p1-11.el7.s390x",
            "7Server-optional:openssh-server-0:6.6.1p1-11.el7.x86_64",
            "7Server-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64",
            "7Server-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x",
            "7Server-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64",
            "7Server-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686",
            "7Server-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc",
            "7Server-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64",
            "7Server-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390",
            "7Server-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x",
            "7Server-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64",
            "7Server:openssh-0:6.6.1p1-11.el7.ppc64",
            "7Server:openssh-0:6.6.1p1-11.el7.s390x",
            "7Server:openssh-0:6.6.1p1-11.el7.src",
            "7Server:openssh-0:6.6.1p1-11.el7.x86_64",
            "7Server:openssh-askpass-0:6.6.1p1-11.el7.ppc64",
            "7Server:openssh-askpass-0:6.6.1p1-11.el7.s390x",
            "7Server:openssh-askpass-0:6.6.1p1-11.el7.x86_64",
            "7Server:openssh-clients-0:6.6.1p1-11.el7.ppc64",
            "7Server:openssh-clients-0:6.6.1p1-11.el7.s390x",
            "7Server:openssh-clients-0:6.6.1p1-11.el7.x86_64",
            "7Server:openssh-debuginfo-0:6.6.1p1-11.el7.i686",
            "7Server:openssh-debuginfo-0:6.6.1p1-11.el7.ppc",
            "7Server:openssh-debuginfo-0:6.6.1p1-11.el7.ppc64",
            "7Server:openssh-debuginfo-0:6.6.1p1-11.el7.s390",
            "7Server:openssh-debuginfo-0:6.6.1p1-11.el7.s390x",
            "7Server:openssh-debuginfo-0:6.6.1p1-11.el7.x86_64",
            "7Server:openssh-keycat-0:6.6.1p1-11.el7.ppc64",
            "7Server:openssh-keycat-0:6.6.1p1-11.el7.s390x",
            "7Server:openssh-keycat-0:6.6.1p1-11.el7.x86_64",
            "7Server:openssh-ldap-0:6.6.1p1-11.el7.ppc64",
            "7Server:openssh-ldap-0:6.6.1p1-11.el7.s390x",
            "7Server:openssh-ldap-0:6.6.1p1-11.el7.x86_64",
            "7Server:openssh-server-0:6.6.1p1-11.el7.ppc64",
            "7Server:openssh-server-0:6.6.1p1-11.el7.s390x",
            "7Server:openssh-server-0:6.6.1p1-11.el7.x86_64",
            "7Server:openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64",
            "7Server:openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x",
            "7Server:openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64",
            "7Server:pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686",
            "7Server:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc",
            "7Server:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64",
            "7Server:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390",
            "7Server:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x",
            "7Server:pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64",
            "7Workstation-optional:openssh-0:6.6.1p1-11.el7.ppc64",
            "7Workstation-optional:openssh-0:6.6.1p1-11.el7.s390x",
            "7Workstation-optional:openssh-0:6.6.1p1-11.el7.src",
            "7Workstation-optional:openssh-0:6.6.1p1-11.el7.x86_64",
            "7Workstation-optional:openssh-askpass-0:6.6.1p1-11.el7.ppc64",
            "7Workstation-optional:openssh-askpass-0:6.6.1p1-11.el7.s390x",
            "7Workstation-optional:openssh-askpass-0:6.6.1p1-11.el7.x86_64",
            "7Workstation-optional:openssh-clients-0:6.6.1p1-11.el7.ppc64",
            "7Workstation-optional:openssh-clients-0:6.6.1p1-11.el7.s390x",
            "7Workstation-optional:openssh-clients-0:6.6.1p1-11.el7.x86_64",
            "7Workstation-optional:openssh-debuginfo-0:6.6.1p1-11.el7.i686",
            "7Workstation-optional:openssh-debuginfo-0:6.6.1p1-11.el7.ppc",
            "7Workstation-optional:openssh-debuginfo-0:6.6.1p1-11.el7.ppc64",
            "7Workstation-optional:openssh-debuginfo-0:6.6.1p1-11.el7.s390",
            "7Workstation-optional:openssh-debuginfo-0:6.6.1p1-11.el7.s390x",
            "7Workstation-optional:openssh-debuginfo-0:6.6.1p1-11.el7.x86_64",
            "7Workstation-optional:openssh-keycat-0:6.6.1p1-11.el7.ppc64",
            "7Workstation-optional:openssh-keycat-0:6.6.1p1-11.el7.s390x",
            "7Workstation-optional:openssh-keycat-0:6.6.1p1-11.el7.x86_64",
            "7Workstation-optional:openssh-ldap-0:6.6.1p1-11.el7.ppc64",
            "7Workstation-optional:openssh-ldap-0:6.6.1p1-11.el7.s390x",
            "7Workstation-optional:openssh-ldap-0:6.6.1p1-11.el7.x86_64",
            "7Workstation-optional:openssh-server-0:6.6.1p1-11.el7.ppc64",
            "7Workstation-optional:openssh-server-0:6.6.1p1-11.el7.s390x",
            "7Workstation-optional:openssh-server-0:6.6.1p1-11.el7.x86_64",
            "7Workstation-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64",
            "7Workstation-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x",
            "7Workstation-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64",
            "7Workstation-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686",
            "7Workstation-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc",
            "7Workstation-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64",
            "7Workstation-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390",
            "7Workstation-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x",
            "7Workstation-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64",
            "7Workstation:openssh-0:6.6.1p1-11.el7.ppc64",
            "7Workstation:openssh-0:6.6.1p1-11.el7.s390x",
            "7Workstation:openssh-0:6.6.1p1-11.el7.src",
            "7Workstation:openssh-0:6.6.1p1-11.el7.x86_64",
            "7Workstation:openssh-askpass-0:6.6.1p1-11.el7.ppc64",
            "7Workstation:openssh-askpass-0:6.6.1p1-11.el7.s390x",
            "7Workstation:openssh-askpass-0:6.6.1p1-11.el7.x86_64",
            "7Workstation:openssh-clients-0:6.6.1p1-11.el7.ppc64",
            "7Workstation:openssh-clients-0:6.6.1p1-11.el7.s390x",
            "7Workstation:openssh-clients-0:6.6.1p1-11.el7.x86_64",
            "7Workstation:openssh-debuginfo-0:6.6.1p1-11.el7.i686",
            "7Workstation:openssh-debuginfo-0:6.6.1p1-11.el7.ppc",
            "7Workstation:openssh-debuginfo-0:6.6.1p1-11.el7.ppc64",
            "7Workstation:openssh-debuginfo-0:6.6.1p1-11.el7.s390",
            "7Workstation:openssh-debuginfo-0:6.6.1p1-11.el7.s390x",
            "7Workstation:openssh-debuginfo-0:6.6.1p1-11.el7.x86_64",
            "7Workstation:openssh-keycat-0:6.6.1p1-11.el7.ppc64",
            "7Workstation:openssh-keycat-0:6.6.1p1-11.el7.s390x",
            "7Workstation:openssh-keycat-0:6.6.1p1-11.el7.x86_64",
            "7Workstation:openssh-ldap-0:6.6.1p1-11.el7.ppc64",
            "7Workstation:openssh-ldap-0:6.6.1p1-11.el7.s390x",
            "7Workstation:openssh-ldap-0:6.6.1p1-11.el7.x86_64",
            "7Workstation:openssh-server-0:6.6.1p1-11.el7.ppc64",
            "7Workstation:openssh-server-0:6.6.1p1-11.el7.s390x",
            "7Workstation:openssh-server-0:6.6.1p1-11.el7.x86_64",
            "7Workstation:openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64",
            "7Workstation:openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x",
            "7Workstation:openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64",
            "7Workstation:pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686",
            "7Workstation:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc",
            "7Workstation:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64",
            "7Workstation:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390",
            "7Workstation:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x",
            "7Workstation:pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2015:0425"
        }
      ],
      "scores": [
        {
          "cvss_v2": {
            "accessComplexity": "MEDIUM",
            "accessVector": "NETWORK",
            "authentication": "SINGLE",
            "availabilityImpact": "NONE",
            "baseScore": 4.9,
            "confidentialityImpact": "PARTIAL",
            "integrityImpact": "PARTIAL",
            "vectorString": "AV:N/AC:M/Au:S/C:P/I:P/A:N",
            "version": "2.0"
          },
          "products": [
            "7Client-optional:openssh-0:6.6.1p1-11.el7.ppc64",
            "7Client-optional:openssh-0:6.6.1p1-11.el7.s390x",
            "7Client-optional:openssh-0:6.6.1p1-11.el7.src",
            "7Client-optional:openssh-0:6.6.1p1-11.el7.x86_64",
            "7Client-optional:openssh-askpass-0:6.6.1p1-11.el7.ppc64",
            "7Client-optional:openssh-askpass-0:6.6.1p1-11.el7.s390x",
            "7Client-optional:openssh-askpass-0:6.6.1p1-11.el7.x86_64",
            "7Client-optional:openssh-clients-0:6.6.1p1-11.el7.ppc64",
            "7Client-optional:openssh-clients-0:6.6.1p1-11.el7.s390x",
            "7Client-optional:openssh-clients-0:6.6.1p1-11.el7.x86_64",
            "7Client-optional:openssh-debuginfo-0:6.6.1p1-11.el7.i686",
            "7Client-optional:openssh-debuginfo-0:6.6.1p1-11.el7.ppc",
            "7Client-optional:openssh-debuginfo-0:6.6.1p1-11.el7.ppc64",
            "7Client-optional:openssh-debuginfo-0:6.6.1p1-11.el7.s390",
            "7Client-optional:openssh-debuginfo-0:6.6.1p1-11.el7.s390x",
            "7Client-optional:openssh-debuginfo-0:6.6.1p1-11.el7.x86_64",
            "7Client-optional:openssh-keycat-0:6.6.1p1-11.el7.ppc64",
            "7Client-optional:openssh-keycat-0:6.6.1p1-11.el7.s390x",
            "7Client-optional:openssh-keycat-0:6.6.1p1-11.el7.x86_64",
            "7Client-optional:openssh-ldap-0:6.6.1p1-11.el7.ppc64",
            "7Client-optional:openssh-ldap-0:6.6.1p1-11.el7.s390x",
            "7Client-optional:openssh-ldap-0:6.6.1p1-11.el7.x86_64",
            "7Client-optional:openssh-server-0:6.6.1p1-11.el7.ppc64",
            "7Client-optional:openssh-server-0:6.6.1p1-11.el7.s390x",
            "7Client-optional:openssh-server-0:6.6.1p1-11.el7.x86_64",
            "7Client-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64",
            "7Client-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x",
            "7Client-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64",
            "7Client-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686",
            "7Client-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc",
            "7Client-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64",
            "7Client-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390",
            "7Client-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x",
            "7Client-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64",
            "7Client:openssh-0:6.6.1p1-11.el7.ppc64",
            "7Client:openssh-0:6.6.1p1-11.el7.s390x",
            "7Client:openssh-0:6.6.1p1-11.el7.src",
            "7Client:openssh-0:6.6.1p1-11.el7.x86_64",
            "7Client:openssh-askpass-0:6.6.1p1-11.el7.ppc64",
            "7Client:openssh-askpass-0:6.6.1p1-11.el7.s390x",
            "7Client:openssh-askpass-0:6.6.1p1-11.el7.x86_64",
            "7Client:openssh-clients-0:6.6.1p1-11.el7.ppc64",
            "7Client:openssh-clients-0:6.6.1p1-11.el7.s390x",
            "7Client:openssh-clients-0:6.6.1p1-11.el7.x86_64",
            "7Client:openssh-debuginfo-0:6.6.1p1-11.el7.i686",
            "7Client:openssh-debuginfo-0:6.6.1p1-11.el7.ppc",
            "7Client:openssh-debuginfo-0:6.6.1p1-11.el7.ppc64",
            "7Client:openssh-debuginfo-0:6.6.1p1-11.el7.s390",
            "7Client:openssh-debuginfo-0:6.6.1p1-11.el7.s390x",
            "7Client:openssh-debuginfo-0:6.6.1p1-11.el7.x86_64",
            "7Client:openssh-keycat-0:6.6.1p1-11.el7.ppc64",
            "7Client:openssh-keycat-0:6.6.1p1-11.el7.s390x",
            "7Client:openssh-keycat-0:6.6.1p1-11.el7.x86_64",
            "7Client:openssh-ldap-0:6.6.1p1-11.el7.ppc64",
            "7Client:openssh-ldap-0:6.6.1p1-11.el7.s390x",
            "7Client:openssh-ldap-0:6.6.1p1-11.el7.x86_64",
            "7Client:openssh-server-0:6.6.1p1-11.el7.ppc64",
            "7Client:openssh-server-0:6.6.1p1-11.el7.s390x",
            "7Client:openssh-server-0:6.6.1p1-11.el7.x86_64",
            "7Client:openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64",
            "7Client:openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x",
            "7Client:openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64",
            "7Client:pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686",
            "7Client:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc",
            "7Client:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64",
            "7Client:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390",
            "7Client:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x",
            "7Client:pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64",
            "7ComputeNode-optional:openssh-0:6.6.1p1-11.el7.ppc64",
            "7ComputeNode-optional:openssh-0:6.6.1p1-11.el7.s390x",
            "7ComputeNode-optional:openssh-0:6.6.1p1-11.el7.src",
            "7ComputeNode-optional:openssh-0:6.6.1p1-11.el7.x86_64",
            "7ComputeNode-optional:openssh-askpass-0:6.6.1p1-11.el7.ppc64",
            "7ComputeNode-optional:openssh-askpass-0:6.6.1p1-11.el7.s390x",
            "7ComputeNode-optional:openssh-askpass-0:6.6.1p1-11.el7.x86_64",
            "7ComputeNode-optional:openssh-clients-0:6.6.1p1-11.el7.ppc64",
            "7ComputeNode-optional:openssh-clients-0:6.6.1p1-11.el7.s390x",
            "7ComputeNode-optional:openssh-clients-0:6.6.1p1-11.el7.x86_64",
            "7ComputeNode-optional:openssh-debuginfo-0:6.6.1p1-11.el7.i686",
            "7ComputeNode-optional:openssh-debuginfo-0:6.6.1p1-11.el7.ppc",
            "7ComputeNode-optional:openssh-debuginfo-0:6.6.1p1-11.el7.ppc64",
            "7ComputeNode-optional:openssh-debuginfo-0:6.6.1p1-11.el7.s390",
            "7ComputeNode-optional:openssh-debuginfo-0:6.6.1p1-11.el7.s390x",
            "7ComputeNode-optional:openssh-debuginfo-0:6.6.1p1-11.el7.x86_64",
            "7ComputeNode-optional:openssh-keycat-0:6.6.1p1-11.el7.ppc64",
            "7ComputeNode-optional:openssh-keycat-0:6.6.1p1-11.el7.s390x",
            "7ComputeNode-optional:openssh-keycat-0:6.6.1p1-11.el7.x86_64",
            "7ComputeNode-optional:openssh-ldap-0:6.6.1p1-11.el7.ppc64",
            "7ComputeNode-optional:openssh-ldap-0:6.6.1p1-11.el7.s390x",
            "7ComputeNode-optional:openssh-ldap-0:6.6.1p1-11.el7.x86_64",
            "7ComputeNode-optional:openssh-server-0:6.6.1p1-11.el7.ppc64",
            "7ComputeNode-optional:openssh-server-0:6.6.1p1-11.el7.s390x",
            "7ComputeNode-optional:openssh-server-0:6.6.1p1-11.el7.x86_64",
            "7ComputeNode-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64",
            "7ComputeNode-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x",
            "7ComputeNode-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64",
            "7ComputeNode-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686",
            "7ComputeNode-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc",
            "7ComputeNode-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64",
            "7ComputeNode-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390",
            "7ComputeNode-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x",
            "7ComputeNode-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64",
            "7ComputeNode:openssh-0:6.6.1p1-11.el7.ppc64",
            "7ComputeNode:openssh-0:6.6.1p1-11.el7.s390x",
            "7ComputeNode:openssh-0:6.6.1p1-11.el7.src",
            "7ComputeNode:openssh-0:6.6.1p1-11.el7.x86_64",
            "7ComputeNode:openssh-askpass-0:6.6.1p1-11.el7.ppc64",
            "7ComputeNode:openssh-askpass-0:6.6.1p1-11.el7.s390x",
            "7ComputeNode:openssh-askpass-0:6.6.1p1-11.el7.x86_64",
            "7ComputeNode:openssh-clients-0:6.6.1p1-11.el7.ppc64",
            "7ComputeNode:openssh-clients-0:6.6.1p1-11.el7.s390x",
            "7ComputeNode:openssh-clients-0:6.6.1p1-11.el7.x86_64",
            "7ComputeNode:openssh-debuginfo-0:6.6.1p1-11.el7.i686",
            "7ComputeNode:openssh-debuginfo-0:6.6.1p1-11.el7.ppc",
            "7ComputeNode:openssh-debuginfo-0:6.6.1p1-11.el7.ppc64",
            "7ComputeNode:openssh-debuginfo-0:6.6.1p1-11.el7.s390",
            "7ComputeNode:openssh-debuginfo-0:6.6.1p1-11.el7.s390x",
            "7ComputeNode:openssh-debuginfo-0:6.6.1p1-11.el7.x86_64",
            "7ComputeNode:openssh-keycat-0:6.6.1p1-11.el7.ppc64",
            "7ComputeNode:openssh-keycat-0:6.6.1p1-11.el7.s390x",
            "7ComputeNode:openssh-keycat-0:6.6.1p1-11.el7.x86_64",
            "7ComputeNode:openssh-ldap-0:6.6.1p1-11.el7.ppc64",
            "7ComputeNode:openssh-ldap-0:6.6.1p1-11.el7.s390x",
            "7ComputeNode:openssh-ldap-0:6.6.1p1-11.el7.x86_64",
            "7ComputeNode:openssh-server-0:6.6.1p1-11.el7.ppc64",
            "7ComputeNode:openssh-server-0:6.6.1p1-11.el7.s390x",
            "7ComputeNode:openssh-server-0:6.6.1p1-11.el7.x86_64",
            "7ComputeNode:openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64",
            "7ComputeNode:openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x",
            "7ComputeNode:openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64",
            "7ComputeNode:pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686",
            "7ComputeNode:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc",
            "7ComputeNode:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64",
            "7ComputeNode:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390",
            "7ComputeNode:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x",
            "7ComputeNode:pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64",
            "7Server-optional:openssh-0:6.6.1p1-11.el7.ppc64",
            "7Server-optional:openssh-0:6.6.1p1-11.el7.s390x",
            "7Server-optional:openssh-0:6.6.1p1-11.el7.src",
            "7Server-optional:openssh-0:6.6.1p1-11.el7.x86_64",
            "7Server-optional:openssh-askpass-0:6.6.1p1-11.el7.ppc64",
            "7Server-optional:openssh-askpass-0:6.6.1p1-11.el7.s390x",
            "7Server-optional:openssh-askpass-0:6.6.1p1-11.el7.x86_64",
            "7Server-optional:openssh-clients-0:6.6.1p1-11.el7.ppc64",
            "7Server-optional:openssh-clients-0:6.6.1p1-11.el7.s390x",
            "7Server-optional:openssh-clients-0:6.6.1p1-11.el7.x86_64",
            "7Server-optional:openssh-debuginfo-0:6.6.1p1-11.el7.i686",
            "7Server-optional:openssh-debuginfo-0:6.6.1p1-11.el7.ppc",
            "7Server-optional:openssh-debuginfo-0:6.6.1p1-11.el7.ppc64",
            "7Server-optional:openssh-debuginfo-0:6.6.1p1-11.el7.s390",
            "7Server-optional:openssh-debuginfo-0:6.6.1p1-11.el7.s390x",
            "7Server-optional:openssh-debuginfo-0:6.6.1p1-11.el7.x86_64",
            "7Server-optional:openssh-keycat-0:6.6.1p1-11.el7.ppc64",
            "7Server-optional:openssh-keycat-0:6.6.1p1-11.el7.s390x",
            "7Server-optional:openssh-keycat-0:6.6.1p1-11.el7.x86_64",
            "7Server-optional:openssh-ldap-0:6.6.1p1-11.el7.ppc64",
            "7Server-optional:openssh-ldap-0:6.6.1p1-11.el7.s390x",
            "7Server-optional:openssh-ldap-0:6.6.1p1-11.el7.x86_64",
            "7Server-optional:openssh-server-0:6.6.1p1-11.el7.ppc64",
            "7Server-optional:openssh-server-0:6.6.1p1-11.el7.s390x",
            "7Server-optional:openssh-server-0:6.6.1p1-11.el7.x86_64",
            "7Server-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64",
            "7Server-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x",
            "7Server-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64",
            "7Server-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686",
            "7Server-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc",
            "7Server-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64",
            "7Server-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390",
            "7Server-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x",
            "7Server-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64",
            "7Server:openssh-0:6.6.1p1-11.el7.ppc64",
            "7Server:openssh-0:6.6.1p1-11.el7.s390x",
            "7Server:openssh-0:6.6.1p1-11.el7.src",
            "7Server:openssh-0:6.6.1p1-11.el7.x86_64",
            "7Server:openssh-askpass-0:6.6.1p1-11.el7.ppc64",
            "7Server:openssh-askpass-0:6.6.1p1-11.el7.s390x",
            "7Server:openssh-askpass-0:6.6.1p1-11.el7.x86_64",
            "7Server:openssh-clients-0:6.6.1p1-11.el7.ppc64",
            "7Server:openssh-clients-0:6.6.1p1-11.el7.s390x",
            "7Server:openssh-clients-0:6.6.1p1-11.el7.x86_64",
            "7Server:openssh-debuginfo-0:6.6.1p1-11.el7.i686",
            "7Server:openssh-debuginfo-0:6.6.1p1-11.el7.ppc",
            "7Server:openssh-debuginfo-0:6.6.1p1-11.el7.ppc64",
            "7Server:openssh-debuginfo-0:6.6.1p1-11.el7.s390",
            "7Server:openssh-debuginfo-0:6.6.1p1-11.el7.s390x",
            "7Server:openssh-debuginfo-0:6.6.1p1-11.el7.x86_64",
            "7Server:openssh-keycat-0:6.6.1p1-11.el7.ppc64",
            "7Server:openssh-keycat-0:6.6.1p1-11.el7.s390x",
            "7Server:openssh-keycat-0:6.6.1p1-11.el7.x86_64",
            "7Server:openssh-ldap-0:6.6.1p1-11.el7.ppc64",
            "7Server:openssh-ldap-0:6.6.1p1-11.el7.s390x",
            "7Server:openssh-ldap-0:6.6.1p1-11.el7.x86_64",
            "7Server:openssh-server-0:6.6.1p1-11.el7.ppc64",
            "7Server:openssh-server-0:6.6.1p1-11.el7.s390x",
            "7Server:openssh-server-0:6.6.1p1-11.el7.x86_64",
            "7Server:openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64",
            "7Server:openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x",
            "7Server:openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64",
            "7Server:pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686",
            "7Server:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc",
            "7Server:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64",
            "7Server:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390",
            "7Server:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x",
            "7Server:pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64",
            "7Workstation-optional:openssh-0:6.6.1p1-11.el7.ppc64",
            "7Workstation-optional:openssh-0:6.6.1p1-11.el7.s390x",
            "7Workstation-optional:openssh-0:6.6.1p1-11.el7.src",
            "7Workstation-optional:openssh-0:6.6.1p1-11.el7.x86_64",
            "7Workstation-optional:openssh-askpass-0:6.6.1p1-11.el7.ppc64",
            "7Workstation-optional:openssh-askpass-0:6.6.1p1-11.el7.s390x",
            "7Workstation-optional:openssh-askpass-0:6.6.1p1-11.el7.x86_64",
            "7Workstation-optional:openssh-clients-0:6.6.1p1-11.el7.ppc64",
            "7Workstation-optional:openssh-clients-0:6.6.1p1-11.el7.s390x",
            "7Workstation-optional:openssh-clients-0:6.6.1p1-11.el7.x86_64",
            "7Workstation-optional:openssh-debuginfo-0:6.6.1p1-11.el7.i686",
            "7Workstation-optional:openssh-debuginfo-0:6.6.1p1-11.el7.ppc",
            "7Workstation-optional:openssh-debuginfo-0:6.6.1p1-11.el7.ppc64",
            "7Workstation-optional:openssh-debuginfo-0:6.6.1p1-11.el7.s390",
            "7Workstation-optional:openssh-debuginfo-0:6.6.1p1-11.el7.s390x",
            "7Workstation-optional:openssh-debuginfo-0:6.6.1p1-11.el7.x86_64",
            "7Workstation-optional:openssh-keycat-0:6.6.1p1-11.el7.ppc64",
            "7Workstation-optional:openssh-keycat-0:6.6.1p1-11.el7.s390x",
            "7Workstation-optional:openssh-keycat-0:6.6.1p1-11.el7.x86_64",
            "7Workstation-optional:openssh-ldap-0:6.6.1p1-11.el7.ppc64",
            "7Workstation-optional:openssh-ldap-0:6.6.1p1-11.el7.s390x",
            "7Workstation-optional:openssh-ldap-0:6.6.1p1-11.el7.x86_64",
            "7Workstation-optional:openssh-server-0:6.6.1p1-11.el7.ppc64",
            "7Workstation-optional:openssh-server-0:6.6.1p1-11.el7.s390x",
            "7Workstation-optional:openssh-server-0:6.6.1p1-11.el7.x86_64",
            "7Workstation-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64",
            "7Workstation-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x",
            "7Workstation-optional:openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64",
            "7Workstation-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686",
            "7Workstation-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc",
            "7Workstation-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64",
            "7Workstation-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390",
            "7Workstation-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x",
            "7Workstation-optional:pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64",
            "7Workstation:openssh-0:6.6.1p1-11.el7.ppc64",
            "7Workstation:openssh-0:6.6.1p1-11.el7.s390x",
            "7Workstation:openssh-0:6.6.1p1-11.el7.src",
            "7Workstation:openssh-0:6.6.1p1-11.el7.x86_64",
            "7Workstation:openssh-askpass-0:6.6.1p1-11.el7.ppc64",
            "7Workstation:openssh-askpass-0:6.6.1p1-11.el7.s390x",
            "7Workstation:openssh-askpass-0:6.6.1p1-11.el7.x86_64",
            "7Workstation:openssh-clients-0:6.6.1p1-11.el7.ppc64",
            "7Workstation:openssh-clients-0:6.6.1p1-11.el7.s390x",
            "7Workstation:openssh-clients-0:6.6.1p1-11.el7.x86_64",
            "7Workstation:openssh-debuginfo-0:6.6.1p1-11.el7.i686",
            "7Workstation:openssh-debuginfo-0:6.6.1p1-11.el7.ppc",
            "7Workstation:openssh-debuginfo-0:6.6.1p1-11.el7.ppc64",
            "7Workstation:openssh-debuginfo-0:6.6.1p1-11.el7.s390",
            "7Workstation:openssh-debuginfo-0:6.6.1p1-11.el7.s390x",
            "7Workstation:openssh-debuginfo-0:6.6.1p1-11.el7.x86_64",
            "7Workstation:openssh-keycat-0:6.6.1p1-11.el7.ppc64",
            "7Workstation:openssh-keycat-0:6.6.1p1-11.el7.s390x",
            "7Workstation:openssh-keycat-0:6.6.1p1-11.el7.x86_64",
            "7Workstation:openssh-ldap-0:6.6.1p1-11.el7.ppc64",
            "7Workstation:openssh-ldap-0:6.6.1p1-11.el7.s390x",
            "7Workstation:openssh-ldap-0:6.6.1p1-11.el7.x86_64",
            "7Workstation:openssh-server-0:6.6.1p1-11.el7.ppc64",
            "7Workstation:openssh-server-0:6.6.1p1-11.el7.s390x",
            "7Workstation:openssh-server-0:6.6.1p1-11.el7.x86_64",
            "7Workstation:openssh-server-sysvinit-0:6.6.1p1-11.el7.ppc64",
            "7Workstation:openssh-server-sysvinit-0:6.6.1p1-11.el7.s390x",
            "7Workstation:openssh-server-sysvinit-0:6.6.1p1-11.el7.x86_64",
            "7Workstation:pam_ssh_agent_auth-0:0.9.3-9.11.el7.i686",
            "7Workstation:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc",
            "7Workstation:pam_ssh_agent_auth-0:0.9.3-9.11.el7.ppc64",
            "7Workstation:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390",
            "7Workstation:pam_ssh_agent_auth-0:0.9.3-9.11.el7.s390x",
            "7Workstation:pam_ssh_agent_auth-0:0.9.3-9.11.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "openssh: ~/.k5users unexpectedly grants remote login"
    }
  ]
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading...

Loading...

Loading...

Sightings

Author Source Type Date

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
  • Confirmed: The vulnerability is confirmed from an analyst perspective.
  • Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
  • Patched: This vulnerability was successfully patched by the user reporting the sighting.
  • Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
  • Not confirmed: The user expresses doubt about the veracity of the vulnerability.
  • Not patched: This vulnerability was not successfully patched by the user reporting the sighting.