"Paramiko" is a combination of the esperanto words for "paranoid" and
"friend". It's a module for Python 2.6+ that implements the SSH2 protocol
for secure (encrypted and authenticated) connections to remote machines.
Unlike SSL (aka TLS), 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 Lesser General Public License (LGPL).
The package and its API is fairly well documented in the "doc/" folder
that should have come with this archive.
Based on the "Cryptography" category.
Alternatively, view Paramiko alternatives based on common mentions on social networks and blogs.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Paramiko or a related project?
Do not miss the trending, packages, news and articles with our weekly report.