2011-12-20 04:21:09 +01:00
|
|
|
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.
|
|
|
|
|
2013-11-20 21:51:25 +01:00
|
|
|
WWW: https://pypi.python.org/pypi/ssh/
|