Skip to navigation Skip to main content

Utilities

  • Subscriptions
  • Downloads
  • Red Hat Console
  • Get Support
Red Hat Customer Portal
  • Subscriptions
  • Downloads
  • Red Hat Console
  • Get Support
  • Products

    Top Products

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    All Products

    Downloads and Containers

    • Downloads
    • Packages
    • Containers

    Top Resources

    • Documentation
    • Product Life Cycles
    • Product Compliance
    • Errata
  • Knowledge

    Red Hat Knowledge Center

    • Knowledgebase Solutions
    • Knowledgebase Articles
    • Customer Portal Labs
    • Errata

    Top Product Docs

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    All Product Docs

    Training and Certification

    • About
    • Course Index
    • Certification Index
    • Skill Assessment
  • Security

    Red Hat Product Security Center

    • Security Updates
    • Security Advisories
    • Red Hat CVE Database
    • Errata

    References

    • Security Bulletins
    • Security Measurement
    • Severity Ratings
    • Security Data

    Top Resources

    • Security Labs
    • Backporting Policies
    • Security Blog
  • Support

    Red Hat Support

    • Support Cases
    • Troubleshoot
    • Get Support
    • Contact Red Hat Support

    Red Hat Community Support

    • Customer Portal Community
    • Community Discussions
    • Red Hat Accelerator Program

    Top Resources

    • Product Life Cycles
    • Customer Portal Labs
    • Red Hat JBoss Supported Configurations
    • Red Hat Insights
Or troubleshoot an issue.

Select Your Language

  • English
  • Français
  • 한국어
  • 日本語
  • 中文 (中国)

Infrastructure and Management

  • Red Hat Enterprise Linux
  • Red Hat Satellite
  • Red Hat Subscription Management
  • Red Hat Insights
  • Red Hat Ansible Automation Platform

Cloud Computing

  • Red Hat OpenShift
  • Red Hat OpenStack Platform
  • Red Hat OpenShift
  • Red Hat OpenShift AI
  • Red Hat OpenShift Dedicated
  • Red Hat Advanced Cluster Security for Kubernetes
  • Red Hat Advanced Cluster Management for Kubernetes
  • Red Hat Quay
  • Red Hat OpenShift Dev Spaces
  • Red Hat OpenShift Service on AWS

Storage

  • Red Hat Gluster Storage
  • Red Hat Hyperconverged Infrastructure
  • Red Hat Ceph Storage
  • Red Hat OpenShift Data Foundation

Runtimes

  • Red Hat Runtimes
  • Red Hat JBoss Enterprise Application Platform
  • Red Hat Data Grid
  • Red Hat JBoss Web Server
  • Red Hat build of Keycloak
  • Red Hat support for Spring Boot
  • Red Hat build of Node.js
  • Red Hat build of Quarkus

Integration and Automation

  • Red Hat Application Foundations
  • Red Hat Fuse
  • Red Hat AMQ
  • Red Hat 3scale API Management
All Products
Red Hat Product Errata RHBA-2013:0329 - Bug Fix Advisory
Issued:
2013-02-20
Updated:
2013-02-20

RHBA-2013:0329 - Bug Fix Advisory

  • Overview
  • Updated Packages

Synopsis

libssh2 bug fix and enhancement update

Type/Severity

Bug Fix Advisory

Red Hat Insights patch analysis

Identify and remediate systems affected by this advisory.

View affected systems

Topic

Updated libssh2 packages that fix several bugs and add various enhancements are
now available for Red Hat Enterprise Linux 6.

Description

The libssh2 packages provide a library that implements the SSH2 protocol.

The libssh2 packages have been upgraded to upstream version 1.4.2, which
provides a number of bug fixes and enhancements over the previous version,
including fixes for memory leaks, missing error handling, and incompatibilities
in the SSH2 protocol implementation. (BZ#749873)

This update fixes the following bugs:

  • With this update, several stability patches have been added to libssh2. As a

result, memory leaks, buffer overruns, and null pointer problems are avoided
when managing a large number of nodes. (BZ#741919)

  • Previously, an insufficient data type was used for certain bit shift

operations in the libssh2 code. This behavior caused the curl utility to
terminate unexpectedly when downloading files larger than 2 GB over the SSH File
Transfer Protocol (SFTP). With this update, the underlying code has been
modified to use the correct data type and curl now works as expected in the
described scenario. (BZ#801428)

  • Under certain circumstances, libssh2 failed to resume an interrupted key

exchange when sending a large amount of data over SSH. Moreover, further data
was erroneously sent, which caused the remote site to close the connection
immediately. With this update, libssh2 has been modified to properly resume the
interrupted key exchange before sending any further data. As a result, the
connection remains open and the data transfer proceeds as expected. (BZ#804145)

  • Previously, the function for writing to a channel in libssh2 incorrectly

handled error states, which, under certain circumstances, resulted in an
infinite loop. The function has been fixed and the error handling now works
properly. (BZ#804150)

  • Previously, the window size adjustment in libssh2 did not work properly, which

resulted in unclosed connections when transferring huge files over SCP or SFTP,
extensive memory consumption or both. The window-adjusting code has been fixed
and works now properly for blocks of arbitrary size. (BZ#806862, BZ#873785)

  • Previously, libssh2 incorrectly returned the LIBSSH2_ERROR_EAGAIN error code

when operating in blocking mode. The error code is used by libssh2 internally to
initiate a blocking operation on a socket. The error code was, however, not
properly cleared on success and leaked through the public API of libssh2. An
upstream patch has been applied to clear the error code prior to initiating the
blocking operation, and libssh2 no longer returns LIBSSH2_ERROR_EAGAIN when
operating in blocking mode. (BZ#826511)

All users of libssh2 are advised to upgrade to these updated packages, which fix
these bugs and add these enhancements. After installing these updated packages,
all running applications using libssh2 have to be restarted for this update to
take effect.

Solution

Before applying this update, make sure all previously-released errata
relevant to your system have been applied.

This update is available via the Red Hat Network. Details on how to
use the Red Hat Network to apply this update are available at
https://access.redhat.com/knowledge/articles/11258

Affected Products

  • Red Hat Enterprise Linux Server 6 x86_64
  • Red Hat Enterprise Linux Server 6 i386
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support 6 x86_64
  • Red Hat Enterprise Linux Workstation 6 x86_64
  • Red Hat Enterprise Linux Workstation 6 i386
  • Red Hat Enterprise Linux Desktop 6 x86_64
  • Red Hat Enterprise Linux Desktop 6 i386
  • Red Hat Enterprise Linux for IBM z Systems 6 s390x
  • Red Hat Enterprise Linux for Power, big endian 6 ppc64
  • Red Hat Enterprise Linux for Scientific Computing 6 x86_64
  • Red Hat Enterprise Linux Server from RHUI 6 x86_64
  • Red Hat Enterprise Linux Server from RHUI 6 i386
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support 6 i386
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support (for IBM z Systems) 6 s390x
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support Extension 6 x86_64
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support Extension 6 i386
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support Extension (for IBM z Systems) 6 s390x

Fixes

  • BZ - 745420 - libssh2 sftp_RW_nonblock upstream example test fail
  • BZ - 804145 - libssh2 fails key re-exchange when write channel is saturated
  • BZ - 804150 - Unchecked error in _libssh2_channel_write results in infinite loop
  • BZ - 806862 - connection not closed when really large file is transferred with curl scp protocol
  • BZ - 826511 - libssh2 returns LIBSSH2_ERROR_EAGAIN in blocking mode
  • BZ - 873785 - curl consumes too much memory during scp download

CVEs

(none)

References

(none)

Note: More recent versions of these packages may be available. Click a package name for more details.

Red Hat Enterprise Linux Server 6

SRPM
libssh2-1.4.2-1.el6.src.rpm SHA-256: 0c6b4e324d9c2f5f6a41107a3196aa92dd989184994cb4021164dd9551aba546
x86_64
libssh2-1.4.2-1.el6.i686.rpm SHA-256: 551a23dc47b233d27ca71fa45692588cb002a7d2e6056f659e437a4e6abef06c
libssh2-1.4.2-1.el6.i686.rpm SHA-256: 551a23dc47b233d27ca71fa45692588cb002a7d2e6056f659e437a4e6abef06c
libssh2-1.4.2-1.el6.x86_64.rpm SHA-256: 14e099b4c9411245ee5571df85d8daa251033ba59cf82f55a28e5beee47d09e0
libssh2-1.4.2-1.el6.x86_64.rpm SHA-256: 14e099b4c9411245ee5571df85d8daa251033ba59cf82f55a28e5beee47d09e0
libssh2-debuginfo-1.4.2-1.el6.i686.rpm SHA-256: f122977cea8777e415da12713c0c07db0c80aa8c587c6ecc9818d499b6597a70
libssh2-debuginfo-1.4.2-1.el6.i686.rpm SHA-256: f122977cea8777e415da12713c0c07db0c80aa8c587c6ecc9818d499b6597a70
libssh2-debuginfo-1.4.2-1.el6.i686.rpm SHA-256: f122977cea8777e415da12713c0c07db0c80aa8c587c6ecc9818d499b6597a70
libssh2-debuginfo-1.4.2-1.el6.x86_64.rpm SHA-256: c67191e1783e254226cee43a2746930292b5abc2525efbd978384901911684e1
libssh2-debuginfo-1.4.2-1.el6.x86_64.rpm SHA-256: c67191e1783e254226cee43a2746930292b5abc2525efbd978384901911684e1
libssh2-debuginfo-1.4.2-1.el6.x86_64.rpm SHA-256: c67191e1783e254226cee43a2746930292b5abc2525efbd978384901911684e1
libssh2-devel-1.4.2-1.el6.i686.rpm SHA-256: a6566680e49953f9c6978308b93c586e60929b8780169777b4da3b0caf063fe3
libssh2-devel-1.4.2-1.el6.i686.rpm SHA-256: a6566680e49953f9c6978308b93c586e60929b8780169777b4da3b0caf063fe3
libssh2-devel-1.4.2-1.el6.x86_64.rpm SHA-256: 71e8d2f84b359180403ccc84be6c294648534f8a55312d2e97bd5b7255a5ec50
libssh2-devel-1.4.2-1.el6.x86_64.rpm SHA-256: 71e8d2f84b359180403ccc84be6c294648534f8a55312d2e97bd5b7255a5ec50
libssh2-docs-1.4.2-1.el6.x86_64.rpm SHA-256: 0ed1a75ef4cd78910b4829da5f1bb60968b141832f8dd75b86801ac83cbca5d9
libssh2-docs-1.4.2-1.el6.x86_64.rpm SHA-256: 0ed1a75ef4cd78910b4829da5f1bb60968b141832f8dd75b86801ac83cbca5d9
i386
libssh2-1.4.2-1.el6.i686.rpm SHA-256: 551a23dc47b233d27ca71fa45692588cb002a7d2e6056f659e437a4e6abef06c
libssh2-debuginfo-1.4.2-1.el6.i686.rpm SHA-256: f122977cea8777e415da12713c0c07db0c80aa8c587c6ecc9818d499b6597a70
libssh2-debuginfo-1.4.2-1.el6.i686.rpm SHA-256: f122977cea8777e415da12713c0c07db0c80aa8c587c6ecc9818d499b6597a70
libssh2-devel-1.4.2-1.el6.i686.rpm SHA-256: a6566680e49953f9c6978308b93c586e60929b8780169777b4da3b0caf063fe3
libssh2-docs-1.4.2-1.el6.i686.rpm SHA-256: b93f43aaf7637c2fe3813a7f0ca28502747a5ff2e6d830c45d9045819a7e0666

Red Hat Enterprise Linux Server - Extended Life Cycle Support 6

SRPM
libssh2-1.4.2-1.el6.src.rpm SHA-256: 0c6b4e324d9c2f5f6a41107a3196aa92dd989184994cb4021164dd9551aba546
x86_64
libssh2-1.4.2-1.el6.i686.rpm SHA-256: 551a23dc47b233d27ca71fa45692588cb002a7d2e6056f659e437a4e6abef06c
libssh2-1.4.2-1.el6.x86_64.rpm SHA-256: 14e099b4c9411245ee5571df85d8daa251033ba59cf82f55a28e5beee47d09e0
libssh2-debuginfo-1.4.2-1.el6.i686.rpm SHA-256: f122977cea8777e415da12713c0c07db0c80aa8c587c6ecc9818d499b6597a70
libssh2-debuginfo-1.4.2-1.el6.i686.rpm SHA-256: f122977cea8777e415da12713c0c07db0c80aa8c587c6ecc9818d499b6597a70
libssh2-debuginfo-1.4.2-1.el6.x86_64.rpm SHA-256: c67191e1783e254226cee43a2746930292b5abc2525efbd978384901911684e1
libssh2-debuginfo-1.4.2-1.el6.x86_64.rpm SHA-256: c67191e1783e254226cee43a2746930292b5abc2525efbd978384901911684e1
libssh2-devel-1.4.2-1.el6.i686.rpm SHA-256: a6566680e49953f9c6978308b93c586e60929b8780169777b4da3b0caf063fe3
libssh2-devel-1.4.2-1.el6.x86_64.rpm SHA-256: 71e8d2f84b359180403ccc84be6c294648534f8a55312d2e97bd5b7255a5ec50
libssh2-docs-1.4.2-1.el6.x86_64.rpm SHA-256: 0ed1a75ef4cd78910b4829da5f1bb60968b141832f8dd75b86801ac83cbca5d9
i386
libssh2-1.4.2-1.el6.i686.rpm SHA-256: 551a23dc47b233d27ca71fa45692588cb002a7d2e6056f659e437a4e6abef06c
libssh2-debuginfo-1.4.2-1.el6.i686.rpm SHA-256: f122977cea8777e415da12713c0c07db0c80aa8c587c6ecc9818d499b6597a70
libssh2-debuginfo-1.4.2-1.el6.i686.rpm SHA-256: f122977cea8777e415da12713c0c07db0c80aa8c587c6ecc9818d499b6597a70
libssh2-devel-1.4.2-1.el6.i686.rpm SHA-256: a6566680e49953f9c6978308b93c586e60929b8780169777b4da3b0caf063fe3
libssh2-docs-1.4.2-1.el6.i686.rpm SHA-256: b93f43aaf7637c2fe3813a7f0ca28502747a5ff2e6d830c45d9045819a7e0666

Red Hat Enterprise Linux Workstation 6

SRPM
libssh2-1.4.2-1.el6.src.rpm SHA-256: 0c6b4e324d9c2f5f6a41107a3196aa92dd989184994cb4021164dd9551aba546
x86_64
libssh2-1.4.2-1.el6.i686.rpm SHA-256: 551a23dc47b233d27ca71fa45692588cb002a7d2e6056f659e437a4e6abef06c
libssh2-1.4.2-1.el6.x86_64.rpm SHA-256: 14e099b4c9411245ee5571df85d8daa251033ba59cf82f55a28e5beee47d09e0
libssh2-debuginfo-1.4.2-1.el6.i686.rpm SHA-256: f122977cea8777e415da12713c0c07db0c80aa8c587c6ecc9818d499b6597a70
libssh2-debuginfo-1.4.2-1.el6.i686.rpm SHA-256: f122977cea8777e415da12713c0c07db0c80aa8c587c6ecc9818d499b6597a70
libssh2-debuginfo-1.4.2-1.el6.x86_64.rpm SHA-256: c67191e1783e254226cee43a2746930292b5abc2525efbd978384901911684e1
libssh2-debuginfo-1.4.2-1.el6.x86_64.rpm SHA-256: c67191e1783e254226cee43a2746930292b5abc2525efbd978384901911684e1
libssh2-devel-1.4.2-1.el6.i686.rpm SHA-256: a6566680e49953f9c6978308b93c586e60929b8780169777b4da3b0caf063fe3
libssh2-devel-1.4.2-1.el6.x86_64.rpm SHA-256: 71e8d2f84b359180403ccc84be6c294648534f8a55312d2e97bd5b7255a5ec50
libssh2-docs-1.4.2-1.el6.x86_64.rpm SHA-256: 0ed1a75ef4cd78910b4829da5f1bb60968b141832f8dd75b86801ac83cbca5d9
i386
libssh2-1.4.2-1.el6.i686.rpm SHA-256: 551a23dc47b233d27ca71fa45692588cb002a7d2e6056f659e437a4e6abef06c
libssh2-debuginfo-1.4.2-1.el6.i686.rpm SHA-256: f122977cea8777e415da12713c0c07db0c80aa8c587c6ecc9818d499b6597a70
libssh2-debuginfo-1.4.2-1.el6.i686.rpm SHA-256: f122977cea8777e415da12713c0c07db0c80aa8c587c6ecc9818d499b6597a70
libssh2-devel-1.4.2-1.el6.i686.rpm SHA-256: a6566680e49953f9c6978308b93c586e60929b8780169777b4da3b0caf063fe3
libssh2-docs-1.4.2-1.el6.i686.rpm SHA-256: b93f43aaf7637c2fe3813a7f0ca28502747a5ff2e6d830c45d9045819a7e0666

Red Hat Enterprise Linux Desktop 6

SRPM
libssh2-1.4.2-1.el6.src.rpm SHA-256: 0c6b4e324d9c2f5f6a41107a3196aa92dd989184994cb4021164dd9551aba546
x86_64
libssh2-1.4.2-1.el6.i686.rpm SHA-256: 551a23dc47b233d27ca71fa45692588cb002a7d2e6056f659e437a4e6abef06c
libssh2-1.4.2-1.el6.x86_64.rpm SHA-256: 14e099b4c9411245ee5571df85d8daa251033ba59cf82f55a28e5beee47d09e0
libssh2-debuginfo-1.4.2-1.el6.i686.rpm SHA-256: f122977cea8777e415da12713c0c07db0c80aa8c587c6ecc9818d499b6597a70
libssh2-debuginfo-1.4.2-1.el6.i686.rpm SHA-256: f122977cea8777e415da12713c0c07db0c80aa8c587c6ecc9818d499b6597a70
libssh2-debuginfo-1.4.2-1.el6.x86_64.rpm SHA-256: c67191e1783e254226cee43a2746930292b5abc2525efbd978384901911684e1
libssh2-debuginfo-1.4.2-1.el6.x86_64.rpm SHA-256: c67191e1783e254226cee43a2746930292b5abc2525efbd978384901911684e1
libssh2-devel-1.4.2-1.el6.i686.rpm SHA-256: a6566680e49953f9c6978308b93c586e60929b8780169777b4da3b0caf063fe3
libssh2-devel-1.4.2-1.el6.x86_64.rpm SHA-256: 71e8d2f84b359180403ccc84be6c294648534f8a55312d2e97bd5b7255a5ec50
libssh2-docs-1.4.2-1.el6.x86_64.rpm SHA-256: 0ed1a75ef4cd78910b4829da5f1bb60968b141832f8dd75b86801ac83cbca5d9
i386
libssh2-1.4.2-1.el6.i686.rpm SHA-256: 551a23dc47b233d27ca71fa45692588cb002a7d2e6056f659e437a4e6abef06c
libssh2-debuginfo-1.4.2-1.el6.i686.rpm SHA-256: f122977cea8777e415da12713c0c07db0c80aa8c587c6ecc9818d499b6597a70
libssh2-debuginfo-1.4.2-1.el6.i686.rpm SHA-256: f122977cea8777e415da12713c0c07db0c80aa8c587c6ecc9818d499b6597a70
libssh2-devel-1.4.2-1.el6.i686.rpm SHA-256: a6566680e49953f9c6978308b93c586e60929b8780169777b4da3b0caf063fe3
libssh2-docs-1.4.2-1.el6.i686.rpm SHA-256: b93f43aaf7637c2fe3813a7f0ca28502747a5ff2e6d830c45d9045819a7e0666

Red Hat Enterprise Linux for IBM z Systems 6

SRPM
libssh2-1.4.2-1.el6.src.rpm SHA-256: 0c6b4e324d9c2f5f6a41107a3196aa92dd989184994cb4021164dd9551aba546
s390x
libssh2-1.4.2-1.el6.s390.rpm SHA-256: 07c347ae512296fb4e7f93001b5039bfdb6e8df057ca32975e4f9fc22fea9bbd
libssh2-1.4.2-1.el6.s390x.rpm SHA-256: aaf748d9309f30db128bf4e476d12ae2997612638c969a2da8650bef2f090b8f
libssh2-debuginfo-1.4.2-1.el6.s390.rpm SHA-256: 07699ad9e09f3e82f0088501e6f6972e57ad69d0dd05782c4959db2b0db16145
libssh2-debuginfo-1.4.2-1.el6.s390.rpm SHA-256: 07699ad9e09f3e82f0088501e6f6972e57ad69d0dd05782c4959db2b0db16145
libssh2-debuginfo-1.4.2-1.el6.s390x.rpm SHA-256: 8ea6a2854e53d8b2d3613fb7332cd175680aaf65efab71b4d2177ecbd8302d96
libssh2-debuginfo-1.4.2-1.el6.s390x.rpm SHA-256: 8ea6a2854e53d8b2d3613fb7332cd175680aaf65efab71b4d2177ecbd8302d96
libssh2-devel-1.4.2-1.el6.s390.rpm SHA-256: 37643d8908c437c592b2dc783a1997ec8c420acbe11f26a3c52308377b0792ce
libssh2-devel-1.4.2-1.el6.s390x.rpm SHA-256: 4a9d6b64feeaa30e1adf452b280cfe2463a7d3276dc4fc2a346fc562bdd0f43b
libssh2-docs-1.4.2-1.el6.s390x.rpm SHA-256: 2e4c7c3c65a17e912404f11d3ed05678453703f04188513b49de7f654477db42

Red Hat Enterprise Linux for Power, big endian 6

SRPM
libssh2-1.4.2-1.el6.src.rpm SHA-256: 0c6b4e324d9c2f5f6a41107a3196aa92dd989184994cb4021164dd9551aba546
ppc64
libssh2-1.4.2-1.el6.ppc.rpm SHA-256: e66b241f55764246840e59179a4b31289a1b456f741f88385f47bf4a4de55f40
libssh2-1.4.2-1.el6.ppc64.rpm SHA-256: c43f9e82e974821040b19e8169821ce55b9ca91e1e3821695611532e4ded1784
libssh2-debuginfo-1.4.2-1.el6.ppc.rpm SHA-256: 40ac71a8cb9cb5265eb4969c3f28a174608103f976d8c78a7a58a981f99348e8
libssh2-debuginfo-1.4.2-1.el6.ppc.rpm SHA-256: 40ac71a8cb9cb5265eb4969c3f28a174608103f976d8c78a7a58a981f99348e8
libssh2-debuginfo-1.4.2-1.el6.ppc64.rpm SHA-256: ca424a9fa71e43076562f25f1f632549b23f63d3a13c44f6d8939a87893759a4
libssh2-debuginfo-1.4.2-1.el6.ppc64.rpm SHA-256: ca424a9fa71e43076562f25f1f632549b23f63d3a13c44f6d8939a87893759a4
libssh2-devel-1.4.2-1.el6.ppc.rpm SHA-256: 883808b94d86b0b60e57730ec62668622636a1ae0a3fd529695b2b256b940ac2
libssh2-devel-1.4.2-1.el6.ppc64.rpm SHA-256: 47c268e9c1dfcab685876f00fc7b110297ef91cc402b04a493d00343f6a69c71
libssh2-docs-1.4.2-1.el6.ppc64.rpm SHA-256: 6b44b5b18d6c67e6e334f16003101d4200684692b935ca2956cbcfcf363dc67b

Red Hat Enterprise Linux for Scientific Computing 6

SRPM
libssh2-1.4.2-1.el6.src.rpm SHA-256: 0c6b4e324d9c2f5f6a41107a3196aa92dd989184994cb4021164dd9551aba546
x86_64
libssh2-1.4.2-1.el6.i686.rpm SHA-256: 551a23dc47b233d27ca71fa45692588cb002a7d2e6056f659e437a4e6abef06c
libssh2-1.4.2-1.el6.x86_64.rpm SHA-256: 14e099b4c9411245ee5571df85d8daa251033ba59cf82f55a28e5beee47d09e0
libssh2-debuginfo-1.4.2-1.el6.i686.rpm SHA-256: f122977cea8777e415da12713c0c07db0c80aa8c587c6ecc9818d499b6597a70
libssh2-debuginfo-1.4.2-1.el6.i686.rpm SHA-256: f122977cea8777e415da12713c0c07db0c80aa8c587c6ecc9818d499b6597a70
libssh2-debuginfo-1.4.2-1.el6.x86_64.rpm SHA-256: c67191e1783e254226cee43a2746930292b5abc2525efbd978384901911684e1
libssh2-debuginfo-1.4.2-1.el6.x86_64.rpm SHA-256: c67191e1783e254226cee43a2746930292b5abc2525efbd978384901911684e1
libssh2-devel-1.4.2-1.el6.i686.rpm SHA-256: a6566680e49953f9c6978308b93c586e60929b8780169777b4da3b0caf063fe3
libssh2-devel-1.4.2-1.el6.x86_64.rpm SHA-256: 71e8d2f84b359180403ccc84be6c294648534f8a55312d2e97bd5b7255a5ec50
libssh2-docs-1.4.2-1.el6.x86_64.rpm SHA-256: 0ed1a75ef4cd78910b4829da5f1bb60968b141832f8dd75b86801ac83cbca5d9

Red Hat Enterprise Linux Server from RHUI 6

SRPM
libssh2-1.4.2-1.el6.src.rpm SHA-256: 0c6b4e324d9c2f5f6a41107a3196aa92dd989184994cb4021164dd9551aba546
x86_64
libssh2-1.4.2-1.el6.i686.rpm SHA-256: 551a23dc47b233d27ca71fa45692588cb002a7d2e6056f659e437a4e6abef06c
libssh2-1.4.2-1.el6.x86_64.rpm SHA-256: 14e099b4c9411245ee5571df85d8daa251033ba59cf82f55a28e5beee47d09e0
libssh2-debuginfo-1.4.2-1.el6.i686.rpm SHA-256: f122977cea8777e415da12713c0c07db0c80aa8c587c6ecc9818d499b6597a70
libssh2-debuginfo-1.4.2-1.el6.i686.rpm SHA-256: f122977cea8777e415da12713c0c07db0c80aa8c587c6ecc9818d499b6597a70
libssh2-debuginfo-1.4.2-1.el6.x86_64.rpm SHA-256: c67191e1783e254226cee43a2746930292b5abc2525efbd978384901911684e1
libssh2-debuginfo-1.4.2-1.el6.x86_64.rpm SHA-256: c67191e1783e254226cee43a2746930292b5abc2525efbd978384901911684e1
libssh2-devel-1.4.2-1.el6.i686.rpm SHA-256: a6566680e49953f9c6978308b93c586e60929b8780169777b4da3b0caf063fe3
libssh2-devel-1.4.2-1.el6.x86_64.rpm SHA-256: 71e8d2f84b359180403ccc84be6c294648534f8a55312d2e97bd5b7255a5ec50
libssh2-docs-1.4.2-1.el6.x86_64.rpm SHA-256: 0ed1a75ef4cd78910b4829da5f1bb60968b141832f8dd75b86801ac83cbca5d9
i386
libssh2-1.4.2-1.el6.i686.rpm SHA-256: 551a23dc47b233d27ca71fa45692588cb002a7d2e6056f659e437a4e6abef06c
libssh2-debuginfo-1.4.2-1.el6.i686.rpm SHA-256: f122977cea8777e415da12713c0c07db0c80aa8c587c6ecc9818d499b6597a70
libssh2-debuginfo-1.4.2-1.el6.i686.rpm SHA-256: f122977cea8777e415da12713c0c07db0c80aa8c587c6ecc9818d499b6597a70
libssh2-devel-1.4.2-1.el6.i686.rpm SHA-256: a6566680e49953f9c6978308b93c586e60929b8780169777b4da3b0caf063fe3
libssh2-docs-1.4.2-1.el6.i686.rpm SHA-256: b93f43aaf7637c2fe3813a7f0ca28502747a5ff2e6d830c45d9045819a7e0666

Red Hat Enterprise Linux Server - Extended Life Cycle Support (for IBM z Systems) 6

SRPM
libssh2-1.4.2-1.el6.src.rpm SHA-256: 0c6b4e324d9c2f5f6a41107a3196aa92dd989184994cb4021164dd9551aba546
s390x
libssh2-1.4.2-1.el6.s390.rpm SHA-256: 07c347ae512296fb4e7f93001b5039bfdb6e8df057ca32975e4f9fc22fea9bbd
libssh2-1.4.2-1.el6.s390x.rpm SHA-256: aaf748d9309f30db128bf4e476d12ae2997612638c969a2da8650bef2f090b8f
libssh2-debuginfo-1.4.2-1.el6.s390.rpm SHA-256: 07699ad9e09f3e82f0088501e6f6972e57ad69d0dd05782c4959db2b0db16145
libssh2-debuginfo-1.4.2-1.el6.s390.rpm SHA-256: 07699ad9e09f3e82f0088501e6f6972e57ad69d0dd05782c4959db2b0db16145
libssh2-debuginfo-1.4.2-1.el6.s390x.rpm SHA-256: 8ea6a2854e53d8b2d3613fb7332cd175680aaf65efab71b4d2177ecbd8302d96
libssh2-debuginfo-1.4.2-1.el6.s390x.rpm SHA-256: 8ea6a2854e53d8b2d3613fb7332cd175680aaf65efab71b4d2177ecbd8302d96
libssh2-devel-1.4.2-1.el6.s390.rpm SHA-256: 37643d8908c437c592b2dc783a1997ec8c420acbe11f26a3c52308377b0792ce
libssh2-devel-1.4.2-1.el6.s390x.rpm SHA-256: 4a9d6b64feeaa30e1adf452b280cfe2463a7d3276dc4fc2a346fc562bdd0f43b
libssh2-docs-1.4.2-1.el6.s390x.rpm SHA-256: 2e4c7c3c65a17e912404f11d3ed05678453703f04188513b49de7f654477db42

Red Hat Enterprise Linux Server - Extended Life Cycle Support Extension 6

SRPM
libssh2-1.4.2-1.el6.src.rpm SHA-256: 0c6b4e324d9c2f5f6a41107a3196aa92dd989184994cb4021164dd9551aba546
x86_64
libssh2-1.4.2-1.el6.i686.rpm SHA-256: 551a23dc47b233d27ca71fa45692588cb002a7d2e6056f659e437a4e6abef06c
libssh2-1.4.2-1.el6.x86_64.rpm SHA-256: 14e099b4c9411245ee5571df85d8daa251033ba59cf82f55a28e5beee47d09e0
libssh2-debuginfo-1.4.2-1.el6.i686.rpm SHA-256: f122977cea8777e415da12713c0c07db0c80aa8c587c6ecc9818d499b6597a70
libssh2-debuginfo-1.4.2-1.el6.i686.rpm SHA-256: f122977cea8777e415da12713c0c07db0c80aa8c587c6ecc9818d499b6597a70
libssh2-debuginfo-1.4.2-1.el6.x86_64.rpm SHA-256: c67191e1783e254226cee43a2746930292b5abc2525efbd978384901911684e1
libssh2-debuginfo-1.4.2-1.el6.x86_64.rpm SHA-256: c67191e1783e254226cee43a2746930292b5abc2525efbd978384901911684e1
libssh2-devel-1.4.2-1.el6.i686.rpm SHA-256: a6566680e49953f9c6978308b93c586e60929b8780169777b4da3b0caf063fe3
libssh2-devel-1.4.2-1.el6.x86_64.rpm SHA-256: 71e8d2f84b359180403ccc84be6c294648534f8a55312d2e97bd5b7255a5ec50
libssh2-docs-1.4.2-1.el6.x86_64.rpm SHA-256: 0ed1a75ef4cd78910b4829da5f1bb60968b141832f8dd75b86801ac83cbca5d9
i386
libssh2-1.4.2-1.el6.i686.rpm SHA-256: 551a23dc47b233d27ca71fa45692588cb002a7d2e6056f659e437a4e6abef06c
libssh2-debuginfo-1.4.2-1.el6.i686.rpm SHA-256: f122977cea8777e415da12713c0c07db0c80aa8c587c6ecc9818d499b6597a70
libssh2-debuginfo-1.4.2-1.el6.i686.rpm SHA-256: f122977cea8777e415da12713c0c07db0c80aa8c587c6ecc9818d499b6597a70
libssh2-devel-1.4.2-1.el6.i686.rpm SHA-256: a6566680e49953f9c6978308b93c586e60929b8780169777b4da3b0caf063fe3
libssh2-docs-1.4.2-1.el6.i686.rpm SHA-256: b93f43aaf7637c2fe3813a7f0ca28502747a5ff2e6d830c45d9045819a7e0666

Red Hat Enterprise Linux Server - Extended Life Cycle Support Extension (for IBM z Systems) 6

SRPM
libssh2-1.4.2-1.el6.src.rpm SHA-256: 0c6b4e324d9c2f5f6a41107a3196aa92dd989184994cb4021164dd9551aba546
s390x
libssh2-1.4.2-1.el6.s390.rpm SHA-256: 07c347ae512296fb4e7f93001b5039bfdb6e8df057ca32975e4f9fc22fea9bbd
libssh2-1.4.2-1.el6.s390x.rpm SHA-256: aaf748d9309f30db128bf4e476d12ae2997612638c969a2da8650bef2f090b8f
libssh2-debuginfo-1.4.2-1.el6.s390.rpm SHA-256: 07699ad9e09f3e82f0088501e6f6972e57ad69d0dd05782c4959db2b0db16145
libssh2-debuginfo-1.4.2-1.el6.s390.rpm SHA-256: 07699ad9e09f3e82f0088501e6f6972e57ad69d0dd05782c4959db2b0db16145
libssh2-debuginfo-1.4.2-1.el6.s390x.rpm SHA-256: 8ea6a2854e53d8b2d3613fb7332cd175680aaf65efab71b4d2177ecbd8302d96
libssh2-debuginfo-1.4.2-1.el6.s390x.rpm SHA-256: 8ea6a2854e53d8b2d3613fb7332cd175680aaf65efab71b4d2177ecbd8302d96
libssh2-devel-1.4.2-1.el6.s390.rpm SHA-256: 37643d8908c437c592b2dc783a1997ec8c420acbe11f26a3c52308377b0792ce
libssh2-devel-1.4.2-1.el6.s390x.rpm SHA-256: 4a9d6b64feeaa30e1adf452b280cfe2463a7d3276dc4fc2a346fc562bdd0f43b
libssh2-docs-1.4.2-1.el6.s390x.rpm SHA-256: 2e4c7c3c65a17e912404f11d3ed05678453703f04188513b49de7f654477db42

The Red Hat security contact is secalert@redhat.com. More contact details at https://access.redhat.com/security/team/contact/.

Red Hat LinkedIn YouTube Facebook X, formerly Twitter

Quick Links

  • Downloads
  • Subscriptions
  • Support Cases
  • Customer Service
  • Product Documentation

Help

  • Contact Us
  • Customer Portal FAQ
  • Log-in Assistance

Site Info

  • Trust Red Hat
  • Browser Support Policy
  • Accessibility
  • Awards and Recognition
  • Colophon

Related Sites

  • redhat.com
  • developers.redhat.com
  • connect.redhat.com
  • cloud.redhat.com

Red Hat legal and privacy links

  • About Red Hat
  • Jobs
  • Events
  • Locations
  • Contact Red Hat
  • Red Hat Blog
  • Inclusion at Red Hat
  • Cool Stuff Store
  • Red Hat Summit
© 2025 Red Hat, Inc.

Red Hat legal and privacy links

  • Privacy statement
  • Terms of use
  • All policies and guidelines
  • Digital accessibility