This Python native library implements the SSH2 protocol for secure encrypted and authenticated connections to remote machines.
Because the protocol includes the ability to open arbitrary channels to remote services across an encrypted tunnel, it is a base tool in creating secure messaging and communications web and desktop apps.
A documentation folder is included with the download package.
A Java port is also available for download.
Requirements:
· Python 2.2 or higher
· PyCrypto 2.1 or higher
What's New in This Release: [ read full changelog ]
· Various bug fixes;
· Requires pycrypto 2.1 or newer.