libnet-openssh-perl

Perl SSH client package implemented on top of OpenSSH

Description

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.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://metacpan.org/release/Net-OpenSSH


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install libnet-openssh-perl