paramiko 2.8.1-1ubuntu1 source package in Ubuntu
Changelog
paramiko (2.8.1-1ubuntu1) jammy; urgency=low * Merge from Debian unstable. Remaining changes: - d/control: Demote python3-invoke from Recommends to Suggests as the python-invoke package lacks unit test execution so is not suitable for main inclusion. paramiko (2.8.1-1) unstable; urgency=medium * New upstream release * debian/patches/PR1942.patch - add upstream PR to fix test_sftp.py failures * debian/control - bump Standards-Version to 4.6.0.1 (no changes needed) * debian/copyright - extend packaging copyright years -- James Page <email address hidden> Fri, 17 Dec 2021 10:35:06 +0000
Upload details
- Uploaded by:
- James Page
- Uploaded to:
- Jammy
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
paramiko_2.8.1.orig.tar.xz | 250.3 KiB | 88609c48f03a4a21159a82ff831faf37fb35ac26de13ab965b77a343b766719f |
paramiko_2.8.1-1ubuntu1.debian.tar.xz | 9.7 KiB | bad2e81d633677003d76c4d70a8fbe02f63978906a48b9a23f348f1b49a5f93a |
paramiko_2.8.1-1ubuntu1.dsc | 2.4 KiB | d9ee39bfe5803d3509c98cd12eeba2c2e7c7b89241301118fa3b2c27e9d5266c |
Available diffs
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.
- 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.