paramiko 2.6.0-1build1 source package in Ubuntu
Changelog
paramiko (2.6.0-1build1) focal; urgency=medium * No-change rebuild to generate dependencies on python2. -- Matthias Klose <email address hidden> Tue, 17 Dec 2019 12:38:51 +0000
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Focal
- Original maintainer:
- Debian Python Modules Team
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
paramiko_2.6.0.orig.tar.xz | 662.7 KiB | b969d9c9590b6ef6f40520fef2fd11337cfa81a7b5101676f916d12c855f33d9 |
paramiko_2.6.0-1build1.debian.tar.xz | 8.0 KiB | a54cdb81c8575ae01f57c3dfc2afd18adfdd6f5059bcb093084ebe4ef346f4a4 |
paramiko_2.6.0-1build1.dsc | 2.6 KiB | 96bcc943f6bb0eca9ef7294ba6641f158827a909f9a3bdc42719046365dad119 |
Available diffs
- diff from 2.6.0-1 (in Debian) to 2.6.0-1build1 (342 bytes)
Binary packages built by this source
- paramiko-doc: Make ssh v2 connections with Python (Documentation)
"Paramiko" is a combination of the Esperanto words for "paranoid" and "friend".
It's a module for Python 2.7/3.4+ 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).
.
This is the documentation for the package.
- python-paramiko: No summary available for python-paramiko in ubuntu focal.
No description available for python-paramiko in ubuntu focal.
- python3-paramiko: Make ssh v2 connections (Python 3)
"Paramiko" is a combination of the Esperanto words for "paranoid" and "friend".
It's a module for Python 2.7/3.4+ 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).
.
This is the Python 3 version of the package.