python-paramiko

Make ssh v2 connections (Python 2)
  https://github.com/paramiko/paramiko/
  1
  1 review



This is a library for making SSH2 connections (client or server). Emphasis is on using SSH2 as an alternative to SSL for making secure connections between Python scripts. All major ciphers and hash methods are supported. SFTP client and server mode are both supported too.

This is the Python 2 version of the package.
Latest reviews
4
blueXrider 12 years ago

quite nice