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

Changelog

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

  * Team upload.
  * Import upstream version 0.84.

 -- gregor herrmann <email address hidden>  Mon, 04 Sep 2023 20:16:10 +0200

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
Noble release universe perl

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libnet-openssh-perl_0.84-1.dsc 2.3 KiB 4e0d50b868fae8a1cacdaacc26420c47dd890d23feb774cfd92496b6e70cd1b7
libnet-openssh-perl_0.84.orig.tar.gz 75.2 KiB 8780e62f01b1cf0db43c9cb705c94ff4949b032233be4be91fc91abc791539f8
libnet-openssh-perl_0.84-1.debian.tar.xz 3.1 KiB b53b542254c3bc54ba1a994fdbce5ef7eefdc877698f5601bb95c120b36ba0d0

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.