libnet-openssh-perl 0.83-1 source package in Ubuntu

Changelog

libnet-openssh-perl (0.83-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 0.83.
  * Update years of upstream copyright.
  * Declare compliance with Debian Policy 4.6.2.
  * Add empty debian/tests/pkg-perl/syntax-skip
    to enable autopkgtest's syntax.t.
  * Update Recommends and Suggests.

 -- gregor herrmann <email address hidden>  Sat, 04 Feb 2023 20:23:23 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libnet-openssh-perl_0.83-1.dsc 2.3 KiB 5830854fa0ba1e859b9560c12e504e99e4fdccf5000f10e456ebbaaea62092ca
libnet-openssh-perl_0.83.orig.tar.gz 75.6 KiB 43d7d8672e9d4ecbd1ceb2a99e4143ca665f227d04720c43307e352f96060adf
libnet-openssh-perl_0.83-1.debian.tar.xz 3.1 KiB 96fbc92036f774acaa2c488cda75e86eaf5fbeee74af2bd90731873d6ae3c237

Available diffs

No changes file available.

Binary packages built by this source

libnet-openssh-perl: Perl SSH client package implemented on top of OpenSSH

 Net::OpenSSH is a secure shell client package implemented on top of the
 OpenSSH binary client (ssh), leveraging the multiplexing feature found
 in current versions of OpenSSH. That is, when a new Net::OpenSSH object
 is created, ssh is run in master mode establishing a permanent
 connection. Then, every time a new operation is requested, a new ssh
 process is started in slave mode, reusing the master SSH
 connection to send the request to the remote side. This makes
 Net::OpenSSH very fast, as most of the latency of ssh is intrinsic to
 the protocol.
 .
 If you like the API of other Perl SSH distributions like Net::SSH,
 Net::SSH2 or Net::SSH::Perl, and would like to use them with
 Net::OpenSSH, have a look at the libnet-openssh-compat-perl package.