freebsd-ports/security/py-paramiko/pkg-descr
Sunpoet Po-Chuan Hsieh 269c887a7d Update to 2.6.0
- Update CONFLICTS_INSTALL: it does not conflict with py-paramiko1 of other python versions
- Update WWW

Changes:	https://www.paramiko.org/changelog.html
PR:		238970
Submitted by:	sunpoet (myself)
Approved by:	sbz (maintainer)
2019-07-06 21:43:30 +00:00

6 lines
305 B
Text

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.
WWW: https://www.paramiko.org/