mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-14 17:20:39 +00:00
14 lines
427 B
ReStructuredText
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``.
|
|
|
|
|