Name: | python34-paramiko |
---|---|
Version: | 1.16.1 |
Release: | 2.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 1208937 |
License: | LGPLv2+ |
RPM: | python34-paramiko-1.16.1-2.el7.noarch.rpm |
Source RPM: | python-paramiko-1.16.1-2.el7.src.rpm |
Build Date: | Tue Oct 03 2017 |
Build Host: | x86-ol7-builder-02.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/paramiko/paramiko/ |
Summary: | 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.) Python 3 version. |
- Fix call to crypto module in CTR modes not to use an IV (#1419312, https://github.com/paramiko/paramiko/pull/714)
- Update to 1.16.1 - Build docs
- Update to 1.16.0 - Adopt to new packaging guidelines
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
- Use %license - Move duplicated docs to single doc sub package - Remove old F-15 conditionals
- Update to 1.15.2
- Add conditional to exclude EL since does not have py3
- py3dir creation should be in prep section