SSH2 protocol library
Project description
paramiko-ng is a fork of paramiko
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. (Because the import name is the same, installed files can conflict.)
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.8.10.tar.gz#egg=paramiko"
Replace “2.8.10” with the desired version.
To install the latest development version:
pip install "git+https://github.com/ploxiln/paramiko-ng/#egg=paramiko-ng"
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
File details
Details for the file paramiko_ng-2.9.0.tar.gz
.
File metadata
- Download URL: paramiko_ng-2.9.0.tar.gz
- Upload date:
- Size: 248.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
79b86c9773fb5ecc9d3654f9559e4bbfc16130257c840852e4174ecfe62f9606
|
|
MD5 |
c839bc4940183c7a2fd8f114c8368daf
|
|
BLAKE2b-256 |
6b1b085e7624c7d1b902d6e9da0e4717241ea1cf4f130c148fd3e41bdd37682d
|
File details
Details for the file paramiko_ng-2.9.0-py2.py3-none-any.whl
.
File metadata
- Download URL: paramiko_ng-2.9.0-py2.py3-none-any.whl
- Upload date:
- Size: 199.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
f8ea035543296f97bc3066e806901d64ee77e3565267aef7d35579f282debe5c
|
|
MD5 |
f15170d9d564bdeec5aaa8ac3fe372b1
|
|
BLAKE2b-256 |
bdb5ee857862e2f405a7910d8667f539c49b2d02749f55c509acead989a223db
|