Name: | python-paramiko-doc |
---|---|
Version: | 2.1.1 |
Release: | 0.10.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 2973096 |
License: | LGPLv2+ |
RPM: | python-paramiko-doc-2.1.1-0.10.el7.noarch.rpm |
Source RPM: | python-paramiko-2.1.1-0.10.el7.src.rpm |
Build Date: | Fri Dec 06 2019 |
Build Host: | x86-ol7-builder-03.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/paramiko/paramiko |
Summary: | Docs and demo for SSH2 protocol library for python |
Description: | Paramiko (a combination of the esperanto words for "paranoid" and "friend") is a module for python 2.3 or greater that implements the SSH2 protocol for secure (encrypted and authenticated) connections to remote machines. Unlike SSL (aka TLS), the SSH2 protocol does not require heirarchical certificates signed by a powerful central authority. You may know SSH2 as the protocol that replaced telnet and rsh for secure access to remote shells, but the protocol also includes the ability to open arbitrary channels to remote services across an encrypted tunnel. (This is how sftp works, for example.) This is the documentation and demos. |
- Rebuilt to change main python from 3.4 to 3.6
- Update limited-arch support package for EPEL (bug #1637265)
- Fix a security flaw (CVE-2018-1000805) in Paramiko's server mode (does not effect client mode). Backported from 2.1.6 Resolves rhbz#1637366
- Rebuild for move from Extras to Base for 7.6
- Rebuild as limited-arch support package for EPEL, with python3 support added
- Add a dependency on python2-pyasn1. It used to be a dependency of python2-cryptography, but it is not the case with newer versions. (RHBZ #1559133)
- Fix a security flaw (CVE-2018-7750) in Paramiko's server mode (emphasis on **server** mode; this does **not** impact *client* use!) Backported from 2.1.5. Resolves #1557142
- Rebuild for RHEL 7.4 Extras
- Update to 2.1.1
- Rebuild