python-asyncssh 1.11.1-1 source package in Ubuntu

Changelog

python-asyncssh (1.11.1-1) unstable; urgency=medium

  * New upstream version.
  * d/patches: remove patches for deprecated ciphers and SSH agent.
  * d/control: bump Standards-Version.

 -- Vincent Bernat <email address hidden>  Wed, 22 Nov 2017 21:53:30 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-asyncssh_1.11.1-1.dsc 2.2 KiB f9ff042dbec3c619a841b5112bb3025c7b30abef4174661497367d2d9e3310ca
python-asyncssh_1.11.1.orig.tar.gz 301.8 KiB 2115f118d83249057d42cb779ac4687d9900328b414cb94d910cb8de4b827c55
python-asyncssh_1.11.1-1.debian.tar.xz 7.3 KiB bb7822a334347d7a0d52db494a1cb7d1e5d5c41f4a6328ee4005b54c1ea85d2e

Available diffs

No changes file available.

Binary packages built by this source

python-asyncssh-doc: asyncio-based client and server implementation of SSHv2 protocol (doc)

 AsyncSSH is a Python package which provides an asynchronous client
 and server implementation of the SSHv2 protocol on top of the Python
 3.4+ asyncio framework.
 .
 It comes with a full support of SSHv2 and SFTP client and server
 functions, including shell, command and subsystem channels, direct
 and forwarded TCP channels, local and remote TCP port forwarding.
 .
 This package contains the HTML docs and examples.

python3-asyncssh: asyncio-based client and server implementation of SSHv2 protocol

 AsyncSSH is a Python package which provides an asynchronous client
 and server implementation of the SSHv2 protocol on top of the Python
 3.4+ asyncio framework.
 .
 It comes with a full support of SSHv2 and SFTP client and server
 functions, including shell, command and subsystem channels, direct
 and forwarded TCP channels, local and remote TCP port forwarding.
 .
 Other features include:
    + Multiple simultaneous sessions on a single SSH connection
    + Multiple SSH connections in a single event loop
    + Byte and string based I/O with settable encoding
    + A variety of key exchange, encryption, and MAC algorithms
    + Support for gzip compression
    + Password, public key, and keyboard-interactive user authentication methods
    + Many types and formats of public keys and certificates
    + OpenSSH-style known_hosts file support
    + OpenSSH-style authorized_keys file support