ports/security/py-paramiko/pkg/DESCR

8 lines
372 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Paramiko is a pure-Python implementation of the SSHv2 protocol
providing both client and server functionality.
Direct use of Paramiko itself is only intended for users who need
advanced/low-level primitives or want to run an in-Python sshd.
If you're looking for a high-level SSH library for common client
use-cases, try Fabric (https://fabfile.org) which uses Paramiko.