Introduction
Paramiko is a module for Python that implements the SSH2 protocol for secure (encrypted and authenticated) connections to remote machines. Unlike SSL (aka TLS), SSH2 protocol does not require hierarchical certificates signed by a powerful central authority. you may know SSH2 as the protocol that replaced telnet and rsh for secure access to remote shells, but the protocol also includes the ability to open arbitrary channels to remote services across the encrypted tunnel – this is how sftp works, for example.
Web Page
Versions
2.1.2
Flavours
py27/1
Architecture
x86_64
Group
module load site-local
Build Details
Compiled with:
This also installs its own versions of:
- asn1crypto-0.22.0
- enum34-1.1.6
- cffi-1.10.0
- idna-2.5
- pyasn1-0.2.3
- cryptography-1.8.1
- ipaddress-1.0.18
- pycparser-2.17
- packaging-16.8
- pyparsing-2.2.0
- six-1.10.0
Usage
module load python/paramiko/2.1.2/py27/1
Example Job Scripts
None yet.
Status
Tested, but the following fails self-test:
- utf8 support in URLs