Net::SSH2 - Support for the SSH 2 protocol via libssh2.
Net::SSH2 is a Perl interface to the libssh2 (<http://www.libssh2.org>) library. It supports the SSH2 protocol (there is no support for SSH1) with all of the key exchanges, ciphers, and compression of libssh2. Even if the module can be compiled and l...
SALVA/Net-SSH2-0.72 - 22 Dec 2020 16:04:50 UTC
AnyEvent::SSH2 - 基于 AnyEvent 的 SSH2 的非阻塞事件驱动的实现
这个模块是基于 Net::SSH::Perl 实现的在 AnyEvent 上的事件驱动的支持. 并不是使用的 Fork 的实现 (non-fork), 这是基于 socket 的原生事件驱动实现. 可以同时异步的连接多个主机进行操作. 并且也可以支持同时对一个主机同时执行多条命令与根据前面结果然后在执行指定命令. POD ERRORS Hey! The above document had some coding errors, which are explained below: Around...
FUKAI/AnyEvent-SSH2-0.04 - 07 Apr 2015 06:36:22 UTC
Net::SSH2::Dir - SSH 2 SFTP directory object
An SFTP file object is created by the Net::SSH2::SFTP "opendir" method. read Returns a hash (hashref in scalar context); keys are "name" and those returned by Net::SSH2::SFTP::stat; returns empty list or undef if no more files....
SALVA/Net-SSH2-0.72 - 22 Dec 2020 16:04:50 UTC
Net::SSH2::SFTP - SSH 2 Secure FTP object
An SFTP object is created by the Net::SSH2 "sftp" method. error Returns the last SFTP error (one of the LIBSSH2_FX_* constants). Use this when Net::SSH2::error returns LIBSSH2_ERROR_SFTP_PROTOCOL. In list context, returns (code, error name). die_with...
SALVA/Net-SSH2-0.72 - 22 Dec 2020 16:04:50 UTC
Net::SSH2::File - SSH2 SFTP file object
An SFTP file object is created by the Net::SSH2::SFTP "open" method. read ( buffer, size ) Read size bytes from the file into a given buffer. Returns number of bytes read, or undef on failure. write ( buffer ) Write buffer to the remote file. The "li...
SALVA/Net-SSH2-0.72 - 22 Dec 2020 16:04:50 UTC
Net::SSH2::Cisco - interact with a Cisco router via SSH
Net::SSH2::Cisco provides additional functionality to Net::SSH2 for dealing with Cisco routers in much the same way Net::Telnet::Cisco enhances Net::Telnet. In fact, this module borrows heavily from both of those excellent modules. This module is bas...
VINSWORLD/Net-SSH2-Cisco-0.04 - 11 Sep 2017 10:42:47 UTC
Net::SSH2::Expect - An Expect like module for Net::SSH2
This is a module to have expect like features for Net::SSH2. Please report bugs at GitHub <https://github.com/krimdomu/net-ssh2-expect>...
JFRIED/Net-SSH2-Expect-0.2 - 09 Feb 2013 19:00:26 UTC
Net::SSH2::Channel - SSH2 channel object
A channel object is created by the Net::SSH2 "channel" method. As well as being an object, it is also a tied filehandle. setenv ( key, value ... ) Sets remote environment variables. Note that most servers do not allow environment variables to be free...
SALVA/Net-SSH2-0.72 - 22 Dec 2020 16:04:50 UTC
Net::SSH2::Listener - SSH 2 listener object
A listener object is created by the Net::SSH2 "listen" method. The Net::SSH2 "poll" method can be used to check for connections. accept Accept a connection. Returns a channel object on success, undef on failure....
SALVA/Net-SSH2-0.72 - 22 Dec 2020 16:04:50 UTC
Net::SSH2::PublicKey - SSH 2 public key object
*** WARNING: public key functionality in libssh2 is experimental *** and mostly abandoned. Don't expect anything on this module to *** work correctly. A public key object is created by the Net::SSH2 "public_key" method....
SALVA/Net-SSH2-0.72 - 22 Dec 2020 16:04:50 UTC
Net::SSH::Perl::SSH2 - SSH2 implementation
*Net::SSH::Perl::SSH2* implements the SSH2 protocol. It is a subclass of *Net::SSH::Perl*, and implements the interface described in the documentation for that module. In fact, your usage of this module should be completely transparent; simply specif...
SCHWIGON/Net-SSH-Perl-2.14 - 24 Aug 2017 05:51:41 UTC
Net::SSH2::KnownHosts - SSH 2 knownhosts object
##################################################################### # # # WARNING: The API provided by Net::SSH2::KnownHosts is # # experimental and could change in future versions of the module!!! # # # ############################################...
SALVA/Net-SSH2-0.72 - 22 Dec 2020 16:04:50 UTC
Net::SSH::AuthorizedKey::SSH2 - Net::SSH::AuthorizedKey subclass for ssh-2
See Net::SSH::AuthorizedKey....
MSCHILLI/Net-SSH-AuthorizedKeysFile-0.18 - 28 Mar 2017 02:31:42 UTC
Net::OpenSSH::Compat::SSH2 - Net::OpenSSH adapter for Net::SSH2 API compatibility
This module implements Net::SSH2 API on top of Net::OpenSSH. After the module is loaded as... use Net::OpenSSH::Compat::SSH2 qw(:supplant); it will supplant the Net::SSH2 module as if it was installed on the machine and use Net::OpenSSH under the hoo...
SALVA/Net-OpenSSH-Compat-0.09 - 18 May 2016 11:27:04 UTC
POE::Component::Generic::Net::SSH2 - A POE component that provides non-blocking access to Net::SSH2
POE::Component::Generic::Net::SSH2 is a component for handling SSH2 connections from POE. It uses POE::Component::Generic to wrap Net::SSH2 into a non-blocking framework. This component demonstrates many tricks that you might find useful when you bui...
GWYN/POE-Component-Generic-0.1403 - 30 Nov 2012 19:55:56 UTC
Net::Amazon::HadoopEC2::SSH - Net::SSH::Perl wrapper for Net::Amazon::HadoopEC2
This module is Net::SSH::Perl wrapper for Net::Amazon::HadoopEC2....
DANJOU/Net-Amazon-HadoopEC2-0.02 - 22 Oct 2008 05:33:13 UTC