paramiko 2.6.0-2ubuntu0.3 source package in Ubuntu

Changelog

paramiko (2.6.0-2ubuntu0.3) focal-security; urgency=medium

  * SECURITY UPDATE: Prefix truncation attack on BPP
    - debian/patches/CVE-2023-48795-*.patch: implement strict key
      exchange.
    - debian/patches/fix_test_on_armhf.patch: fix test failing on armhf.
    - debian/patches/disable_flaky_test.patch: disable flaky
      test_sequence_numbers_reset_on_newkeys_when_strict test.
    - CVE-2023-48795
  * Enable test suite
    - debian/rules: re-enable tests.
    - debian/control: added python3-mock and python3-pytest to B-D.

 -- Marc Deslauriers <email address hidden>  Fri, 12 Jan 2024 07:30:05 -0500

Upload details

Uploaded by:
Marc Deslauriers
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal updates main python
Focal security main python

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
paramiko_2.6.0.orig.tar.xz 662.7 KiB b969d9c9590b6ef6f40520fef2fd11337cfa81a7b5101676f916d12c855f33d9
paramiko_2.6.0-2ubuntu0.3.debian.tar.xz 19.5 KiB 6f3f0926700d84a55e4554cab58e092970b46c2a745b740f6bc395164fc3017d
paramiko_2.6.0-2ubuntu0.3.dsc 2.4 KiB d0d1435c1eacf2bebbe0b3c0e4ac94c570f8f4c845297b99569cccada32755f9

View changes file

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.