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 |
---|---|---|
paramiko-1.7.7.2.zip | 0001066799 1.02 MB | |
python-paramiko.changes | 0000001284 1.25 KB | |
python-paramiko.spec | 0000002089 2.04 KB |
Revision 15 (latest revision is 64)
Stephan Kulow (coolo)
accepted
request 125944
from
Todd R (TheBlackCat)
(revision 15)
Update to 1.7.7.2 and add unit tests to build. (forwarded request 125886 from poorboywilly)
Comments 0