SSH2 Module for Python

Edit Package python-paramiko

Paramiko is a module for python 2.2 (or higher) that implements the SSH2 protocol for secure (encrypted and authenticated) connections to remote machines.
Unlike SSL (aka TLS), the SSH2 protocol does not require hierarchical 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 the encrypted tunnel -- this is how sftp works, for example.
It is written entirely in python (no C or platform-dependent code) and is released under the GNU LGPL (lesser GPL).

Refresh
Refresh
Source Files
Filename Size Changed
paramiko-2.2.3.tar.gz 0001215908 1.16 MB
python-paramiko.changes 0000029234 28.5 KB
python-paramiko.spec 0000003042 2.97 KB
Revision 2 (latest revision is 4)
Thomas Bechtold's avatar Thomas Bechtold (tbechtold) committed (revision 2)
- update to 2.2.3 (bsc#1085276, CVE-2018-7750):
  * Cut 2.2.3
  * Cut 2.1.5
  * Cut 2.0.8
  * flake8
  * Screen off dev version of Python from test matrix
  * Fixes CVE-2018-7750 / #1175
  * Changelog closes #1175
  * Initial tests proving CVE-2018-7750 / #1175
  * Allow overriding test client connect kwargs in Transport test suite
  * Fixes CVE-2018-7750 / #XXX
  * Initial tests proving CVE-2018-7750 / #XXX
  * Allow overriding test client connect kwargs in Transport test suite
  * Test proving #1039 / efficacy of #1051
  * OK this is good now, with the setuptools pin
  * Well let's try latest setuptools, I guess.
  * Despite odd output, pip 9.0.1 is installing; so how old's our setuptools?
  * Uh...output claims pip somehow installing 7.x???
  * Jeez
  * Limit dev-requirements to python 2.6 compat versions.
  * Add Python 3.7-dev to Travis matrix. Why not?
  * Changelog re #1108
  * Rename an internal-only 'async' method kwarg for Python 3.7 compatibility.
  * Include LICENSE in wheels
  * Typofix
  * sftp: fix BytesWarning: str() on a bytes instance
  * Note that #945 is 1.18+
  * Fix incorrect changelog branch stuff.
  * Cut 2.2.2
  * Cut 2.1.4
Comments 0
openSUSE Build Service is sponsored by