libnet-openssh-perl 0.80-1 source package in Ubuntu
Changelog
libnet-openssh-perl (0.80-1) unstable; urgency=medium * Team upload. * Import upstream version 0.80. * Bump debhelper-compat to 13. -- gregor herrmann <email address hidden> Tue, 29 Sep 2020 20:41:37 +0200
Upload details
- Uploaded by:
- Debian Perl Group on 2020-09-29
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- perl
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Hirsute | release | on 2020-10-30 | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libnet-openssh-perl_0.80-1.dsc | 2.3 KiB | 451e9150bd3dd2f63dbff2d0ea85a3f3ccfdb60763e5479d8248ec050f31bb6c |
libnet-openssh-perl_0.80.orig.tar.gz | 75.1 KiB | fee093657df2b361472a2982859588a6e4bc5e1aee8118ece5eebfeafa8daeb3 |
libnet-openssh-perl_0.80-1.debian.tar.xz | 2.8 KiB | 9b56589e95a371e86f6782914f7e3157545b0b6c868af311ada871ac324c7763 |
Available diffs
- diff from 0.79-1 to 0.80-1 (2.0 KiB)
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.