SSH2 protocol library
Project description
paramiko-ng is a fork of paramiko for more active maintenance.
For changes in releases of this fork, see https://github.com/ploxiln/paramiko-ng/releases
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
The import name is still just paramiko. Make sure the original paramiko is not installed before installing paramiko-ng - otherwise pip may report success even though paramiko-ng was not correctly installed.
To install the development version:
pip install -e git+https://github.com/ploxiln/paramiko-ng/#egg=paramiko-ng
You can also install under the original “paramiko” pip-package-name, in order to satisfy requirements for other packages:
PARAMIKO_REPLACE=1 pip install https://github.com/ploxiln/paramiko-ng/archive/2.5.0.tar.gz#egg=paramiko
Replace “2.5.0” with the desired recent version, or for latest development version do:
PARAMIKO_REPLACE=1 pip install git+https://github.com/ploxiln/paramiko-ng/#egg=paramiko
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for paramiko_ng-2.5.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 25768756541251f2e2fa459230e74c8279aa2dd5af315bdbc8ff0249546d3e6e |
|
MD5 | a737babf167331b98e4d8a842551d8f5 |
|
BLAKE2b-256 | 1122237ff8b84ac0ca5357de7bbb6affe91ebefabb10eb8dea372b61436890af |