python-paramiko 2.7.2
SSHv2 protocol library
Paramiko is a python implementation of the SSHv2 protocol, providing both client and server functionality. While it leverages a Python C extension for low level cryptography (PyCrypto), Paramiko itself is a pure Python interface around SSH networking concepts.
- Website: https://www.paramiko.org/
- Licenses: LGPL 2.1+
- Package source: gnu/packages/python-crypto.scm
- Builds: See build status
- Issues: See known issues
Installation
Install python-paramiko 2.7.2
as follows:
guix install python-paramiko@2.7.2
Or install the latest version:
guix install python-paramiko
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.