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
1311.patch 0000023558 23 KB
paramiko-2.5.0.tar.gz 0001224952 1.17 MB
paramiko-test_extend_timeout.patch 0000000540 540 Bytes
python-paramiko.changes 0000034033 33.2 KB
python-paramiko.spec 0000003160 3.09 KB
relaxed.patch 0000001214 1.19 KB
Revision 45 (latest revision is 62)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 709720 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 45)
- update to 2.5.0 
- dropped 1379.patch
- refreshed patches:
    paramiko-test_extend_timeout.patch
    relaxed.patch
    1311.patch
 * Add support for encrypt-then-MAC (ETM) schemes (hmac-sha2-256-etm@openssh.com,
    hmac-sha2-512-etm@openssh.com) and two newer Diffie-Hellman group key exchange
    algorithms (group14, using SHA256; and group16, using SHA512).
 * Add support for Curve25519 key exchange.
 * Raise Cryptography dependency requirement to version 2.5
 * Add support for the modern (as of Python 3.3) import location of MutableMapping
Comments 0
openSUSE Build Service is sponsored by