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

Changelog

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

  * Team upload.
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * Import upstream version 0.73.
  * Add a patch to fix a spelling mistake in the POD.
  * Declare compliance with Debian Policy 3.9.8.

 -- gregor herrmann <email address hidden>  Sat, 23 Jul 2016 20:47:35 +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

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libnet-openssh-perl_0.73-1.dsc 2.2 KiB f62b062722c1d39445f801f088d2eab6796100f9bc1c4bcfa28b801a846676f2
libnet-openssh-perl_0.73.orig.tar.gz 71.2 KiB f45a54b3c6015d4dc44cbff9f9be57bc9d54dfb104fb38bcf3c4eb04789582d9
libnet-openssh-perl_0.73-1.debian.tar.xz 2.8 KiB 07c30a4e44bb1abdd3deb01d0ccef4085ea798305818541668de77406c881c60

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.