Search results for "module:Net::SSH"
Net::SSH - Perl extension for secure shell
Simple wrappers around ssh commands. For an all-perl implementation that does not require the system ssh command, see Net::SSH::Perl instead....
IVAN/Net-SSH-0.09 - 14 May 2008 18:50:07 UTC
Net::SSH::Any - SSH client module
************************************************************** *** *** *** NOTE: This is an early release that may contain bugs. *** *** The API is not stable and may change between releases. *** *** *** *** Also, the module tests are quite aggresive...
SALVA/Net-SSH-Any-0.10 - 13 Jun 2016 15:48:05 UTC
Net::SSH::Perl - Perl client Interface to SSH
*Net::SSH::Perl* is an all-Perl module implementing an SSH (Secure Shell) client. It is compatible with both the SSH-1 and SSH-2 protocols. *Net::SSH::Perl* enables you to simply and securely execute commands on remote machines, and receive the STDOU...
SCHWIGON/Net-SSH-Perl-2.14 - 24 Aug 2017 05:51:41 UTC
Net::SSH::Putty - Perl module to execute SSH sessions with Putty in batch mode
This module implements a Moo based class to interact with Putty program for non-interactive SSH sessions from MS Windows hosts. MOTIVATIONS Inspiration from this module came from the necessity to have non-interactive SSH session working on Windows. I...
ARFREITAS/Net-SSH-Putty-0.002 - 27 Feb 2018 20:30:00 UTC
Net::SSH::Tunnel - This is a simple wrapper around ssh to establish a tunnel. Supports both local and remote port forwarding.
SYAGI/Net-SSH-Tunnel-0.04
-
31 Dec 2013 06:08:14 UTC
Net::OpenSSH::SSH - Perl SSH client package implemented on top of OpenSSH
Use the real thing: Net::OpenSSH. This namespace is used so that the module gets indexed under the "SSH" tag on popular CPAN search engines such as <http://metacpan.org> and <http://search.cpan.org>....
SALVA/Net-OpenSSH-0.83 - 22 Jan 2023 10:46:56 UTC
Net::SSH::W32Perl - MSWin32 compatibility layer for Net::SSH::Perl
This module provides limited Net::SSH::Perl functionality under MSWin32 (ActivePerl). See Net::SSH::Perl for a functional description. When used on non-MSWin32 systems, Net::SSH::W32Perl reverts to traditional Net::SSH::Perl functionality. SSH2 is th...
SCOTTS/Net-SSH-W32Perl-0.05 - 18 Apr 2002 15:23:09 UTC
Net::Dropbear::SSH - Embed and control a Dropbear SSH client inside of perl (Not implemented yet)
This module is not implemented yet....
ATRODO/Net-Dropbear-0.16 - 08 Jul 2022 03:18:20 UTC
Net::SSH::Perl::Kex - SSH2 Key Exchange
*Net::SSH::Perl::Kex* implements base functionality for SSH2 key exchange. The basic idea is this: Kex itself initializes the client algorithm proposal, sends it to the server, then waits for the server's proposal. From these proposals Kex chooses th...
SCHWIGON/Net-SSH-Perl-2.14 - 24 Aug 2017 05:51:41 UTC
Net::SSH::Perl::Key - Public or private key abstraction
*Net::SSH::Perl::Key* implements an abstract base class interface to key objects (either DSA, RSA, ECDSA, or Ed25519 keys, currently). The underlying implementation for RSA, DSA, an ECDSA keys is the CryptX module. The Ed25519 implementation uses bun...
SCHWIGON/Net-SSH-Perl-2.14 - 24 Aug 2017 05:51:41 UTC
Net::SSH::Any::Test - Test SSH modules
"Net::SSH::Any::Test" is a module that tries hard to provide a working SSH service that can be used for testing SSH client packages as Net::SSH::Any. It has several backends implementing different strategies that range from finding an already working...
SALVA/Net-SSH-Any-0.10 - 13 Jun 2016 15:48:05 UTC
Net::SSH::Mechanize - asynchronous ssh command invocation
The point about using "AnyEvent" internally is that "blocking" method calls only block the current "thread", and so the above can be used in parallel with (for example) other ssh sessions in the same process (using "AnyEvent", or "Coro"). Although a ...
WULEE/Net-SSH-Mechanize-0.1.3 - 09 Jun 2012 00:27:03 UTC
Net::SSH::Perl::SSH1 - SSH1 implementation
*Net::SSH::Perl::SSH1* implements the SSH1 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::SSH::Perl::Comp - Compression/Decompression base class
*Net::SSH::Perl::Comp* is a base class for compression/decompression classes. Currently the only such class is the Zlib implementation (using *Compress::Zlib*), which is the class *Net::SSH::Perl::Comp::Zlib*. Each compression object generally has it...
SCHWIGON/Net-SSH-Perl-2.14 - 24 Aug 2017 05:51:41 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::SSH::Perl::Util - Shared utility functions
*Net::SSH::Perl::Util* contains a variety of exportable utility functions used by the various *Net::SSH::Perl* modules. These range from hostfile routines, to RSA encryption routines, etc. None of the routines are actually stored in the *Util* module...
SCHWIGON/Net-SSH-Perl-2.14 - 24 Aug 2017 05:51:41 UTC
Net::SSH::Any::DPipe - bidirectional communication with remote process
SALVA/Net-SSH-Any-0.10
-
13 Jun 2016 15:48:05 UTC
Net::SSH::Perl::Auth - Base authentication class, plus utility methods
*Net::SSH::Perl::Auth* provides a base class for each of the authentication method classes. In addition, it defines a set of utility methods that can be called either as functions or object methods....
SCHWIGON/Net-SSH-Perl-2.14 - 24 Aug 2017 05:51:41 UTC
Net::SSH::Perl::Proxy - Use TCP proxy to connect to a host via SSH
This class extends "Net::SSH::Perl" to allow connections through a SOCKS proxy....
SCHWIGON/Net-SSH-Perl-2.14 - 24 Aug 2017 05:51:41 UTC