软件包: libnet-openssh-perl (0.80-1)
libnet-openssh-perl 的相关链接
Trisquel 的资源:
下载源码包 libnet-openssh-perl:
- [libnet-openssh-perl_0.80-1.dsc]
- [libnet-openssh-perl_0.80.orig.tar.gz]
- [libnet-openssh-perl_0.80-1.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Perl Group (Mail Archive)
- Florian Schlichting
外部的资源:
- 主页 [metacpan.org]
相似软件包:
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.
其他与 libnet-openssh-perl 有关的软件包
|
|
|
-
- dep: openssh-client
- secure shell (SSH) client, for secure access to remote machines
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language
-
- sug: libio-pty-perl
- Perl module for pseudo tty IO
-
- sug: libnet-sftp-foreign-perl
- client for the Secure File Transfer Protocol