ansible-later/env_27/lib/python2.7/site-packages/paramiko-2.4.2.dist-info/DESCRIPTION.rst
2019-04-11 13:00:36 +02:00

14 lines
427 B
ReStructuredText

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:
Cryptography
To install the development version, ``pip install -e
git+https://github.com/paramiko/paramiko/#egg=paramiko``.