python-asyncssh 1.11.0-2 source package in Ubuntu

Changelog

python-asyncssh (1.11.0-2) unstable; urgency=medium

  * d/patches: remove tests using deprecated ciphers. Closes: #881096.
  * d/patches: remove test crashing SSH agent. Closes: #881096.

 -- Vincent Bernat <email address hidden>  Sat, 11 Nov 2017 21:23:44 +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

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-asyncssh_1.11.0-2.dsc 2.2 KiB 0741862ebb2b9cbb595b55981a4421b7e4394d8f5f01fec916a2eb667243470a
python-asyncssh_1.11.0.orig.tar.gz 300.6 KiB 06bcaa6a0dd2844c4c2d1214a29ea4558e2df65e7958cedb6ba3093599d7468f
python-asyncssh_1.11.0-2.debian.tar.xz 7.7 KiB 51cad1a4309ef4fc5016588fded5340e6b0d9e2bcafcf6ab3dfefd98fea89087

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