paramiko 2.12.0-2ubuntu1.23.10.2 source package in Ubuntu

Changelog

paramiko (2.12.0-2ubuntu1.23.10.2) mantic-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

 -- Marc Deslauriers <email address hidden>  Thu, 11 Jan 2024 08:56:18 -0500

Upload details

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

See full publishing history Publishing

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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
paramiko_2.12.0.orig.tar.xz 262.0 KiB 468528d13b4d44cb25566fdf2e98fc476be9231a80327c4c284e90f893bbc5d0
paramiko_2.12.0-2ubuntu1.23.10.2.debian.tar.xz 17.4 KiB 4c37be4cc575e910416e8a6ccc88744188fe243ac12a548e9444c6f6b4ed45d4
paramiko_2.12.0-2ubuntu1.23.10.2.dsc 2.4 KiB 4edc35eba50f606ebbd7652c2df8d0482eaef95138814d87a3909ddde054542c

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.