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-1.7.4.tar.bz2 0000486434 475 KB
paramiko_language_tag-v2.diff 0000002009 1.96 KB
python-paramiko.spec 0000002334 2.28 KB
Revision 8 (latest revision is 122)
Bernhard Walle's avatar Bernhard Walle (bwalle) committed (revision 8)
- changed tarball to bzip2
- update to 1.7.4
  o more randpool fixes for windows, from Dwayne Litzenberger
    (NOTE: this may require a pycrypto upgrade on windows)
  o fix potential deadlock during key exchange (Dwayne Litzenberger)
  o remove MFC dependency from windows (Mark Hammond)
  o added some optional API improvements for SFTPClient get() and put()
Comments 0
openSUSE Build Service is sponsored by