paramiko 2.10.4-1ubuntu1 source package in Ubuntu

Changelog

paramiko (2.10.4-1ubuntu1) kinetic; 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.10.4-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * Drop patch that is included upstream.
  * Drop upstream signing key. The release tarballs on GitHub are not signed.

paramiko (2.10.3-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
    - Fix CVE-2022-24302 (Closes: #1008012)
    - Add support for SHA-2 variants of RSA key verification algorithms
      to support openssh >= 8.8p1-1 (Closes: #1007168, LP: #1961979)
  * Refresh PR1942.patch
  * Fix spelling mistake of distributed
  * Drop unused source-is-missing lintian override
  * Ignore very-long-line-length-in-source-file lintian alert
  * Update debian/copyright
  * d/p/thread-setdaemon-deprecation.patch: patch out a deprecation warning
    with Python 3.10 (LP: #1959095)

 -- Benjamin Drung <email address hidden>  Mon, 16 May 2022 17:12:00 +0200

Upload details

Uploaded by:
Benjamin Drung
Uploaded to:
Kinetic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
paramiko_2.10.4.orig.tar.gz 340.5 KiB 2ec32cf34deb2ae825e70f92f9a45ad3cc5490c83db8963173d97935842c620c
paramiko_2.10.4-1ubuntu1.debian.tar.xz 9.5 KiB 16ee64f703b01b25116a54392f5f04948f00e3d2d74125f21a7740bf7fa0bc30
paramiko_2.10.4-1ubuntu1.dsc 2.4 KiB 374852eea4e6b9350096a37b4c6d46f22bd7d4053999ee80d283f0adcb8bce96

Available diffs

View changes file

Binary packages built by this source

paramiko-doc: No summary available for paramiko-doc in ubuntu kinetic.

No description available for paramiko-doc in ubuntu kinetic.

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.