paramiko 2.6.0-2 source package in Ubuntu

Changelog

paramiko (2.6.0-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * Bump Standards-Version to 4.4.1.

  [ Sandro Tosi ]
  * Drop python2 support; Closes: #937238

 -- Sandro Tosi <email address hidden>  Thu, 09 Jan 2020 19:39:19 -0500

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release main python

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
paramiko_2.6.0-2.dsc 2.3 KiB 39621e677776d75e18912df8900617666c77b63d408a106437ccbb5edf37ff3c
paramiko_2.6.0.orig.tar.xz 662.7 KiB b969d9c9590b6ef6f40520fef2fd11337cfa81a7b5101676f916d12c855f33d9
paramiko_2.6.0-2.debian.tar.xz 7.9 KiB eb33e5575eb3aa1f01969cb0dcd8ff28494481c65bc950a771fa4a0ad63fe55c

No changes file available.

Binary packages built by this source

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

No description available for paramiko-doc in ubuntu groovy.

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.