SSH2 Module for Python
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).
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
8
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/python-paramiko && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
1311.patch | 0000046333 45.2 KB | |
1379.patch | 0000007043 6.88 KB | |
paramiko-2.4.2.tar.gz | 0001207299 1.15 MB | |
paramiko-test_extend_timeout.patch | 0000000542 542 Bytes | |
python-paramiko.changes | 0000033345 32.6 KB | |
python-paramiko.spec | 0000003187 3.11 KB | |
relaxed.patch | 0000001107 1.08 KB |
Revision 44 (latest revision is 64)
Dominique Leuenberger (dimstar_suse)
accepted
request 684702
from
Tomáš Chvátal (scarabeus_iv)
(revision 44)
- Run tests verbosely - Drop cert_support.tar.gz as it is currently properly in the release
Comments 0