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
0001-Fix-CVE-re-PKey.write_private_key-chmod-race.patch 0000004617 4.51 KB
0001-Use-args-not-kwargs-to-retain-py2-compat-for-now.patch 0000002127 2.08 KB
paramiko-2.2.4.tar.gz 0001002473 979 KB
python-paramiko.changes 0000032602 31.8 KB
python-paramiko.spec 0000003297 3.22 KB
Latest Revision
Fergal Mc Carthy's avatar Fergal Mc Carthy (fmccarthy) accepted request 962966 from Guang Yee's avatar Guang Yee (yeey) (revision 4)
- Add patches (0001-Fix-CVE-re-PKey.write_private_key-chmod-race.patch
  and 0001-Use-args-not-kwargs-to-retain-py2-compat-for-now.patch) to
  ensure that we create new key files directly with a user-only mode,
  instead of opening, writing, then chmodding. bsc#1197279,CVE-2022-24302
Comments 0
openSUSE Build Service is sponsored by