skip to navigation
skip to content

paramiko 1.7.6

SSH2 protocol library

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.

Required packages:
pyCrypto

Log in to rate this package.

Package rating (2 votes): 5.0
  • 5 points: 2 votes

Ratings range from 0 to 5 (best).

Package Comments:
  • osuchw (2009-11-13, 5 points):
  • srichter (2009-11-13, 5 points):
    Works like a charm and is one of the few SSH client libraries still maintained.