The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Net::SSH"

Net::SSH - Perl extension for secure shell River stage two • 8 direct dependents • 15 total dependents

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 River stage zero No dependents

************************************************************** *** *** *** 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 River stage one • 9 direct dependents • 9 total dependents

*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...

BDFOY/Net-SSH-Perl-2.142 - 07 Aug 2023 18:38:24 UTC

Net::SSH::Putty - Perl module to execute SSH sessions with Putty in batch mode River stage zero No dependents

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. River stage zero No dependents

SYAGI/Net-SSH-Tunnel-0.04 - 31 Dec 2013 06:08:14 UTC

Net::Prober::ssh River stage zero No dependents

COSIMO/Net-Prober-0.17 - 15 Jul 2017 11:17:18 UTC

Net::OpenSSH::SSH - Perl SSH client package implemented on top of OpenSSH River stage two • 29 direct dependents • 43 total dependents

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.84 - 02 Jul 2023 18:04:50 UTC

Net::SSH::W32Perl - MSWin32 compatibility layer for Net::SSH::Perl River stage zero No dependents

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) River stage zero No dependents

This module is not implemented yet....

ATRODO/Net-Dropbear-0.16 - 08 Jul 2022 03:18:20 UTC

Net::SSH::Perl::Key - Public or private key abstraction River stage one • 9 direct dependents • 9 total dependents

*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...

BDFOY/Net-SSH-Perl-2.142 - 07 Aug 2023 18:38:24 UTC

Net::SSH::Perl::Kex - SSH2 Key Exchange River stage one • 9 direct dependents • 9 total dependents

*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...

BDFOY/Net-SSH-Perl-2.142 - 07 Aug 2023 18:38:24 UTC

Net::SSH::Mechanize - asynchronous ssh command invocation River stage zero No dependents

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::Any::Test - Test SSH modules River stage zero No dependents

"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::Perl::Auth - Base authentication class, plus utility methods River stage one • 9 direct dependents • 9 total dependents

*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....

BDFOY/Net-SSH-Perl-2.142 - 07 Aug 2023 18:38:24 UTC

Net::SSH::Perl::Comp - Compression/Decompression base class River stage one • 9 direct dependents • 9 total dependents

*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...

BDFOY/Net-SSH-Perl-2.142 - 07 Aug 2023 18:38:24 UTC

Net::SSH::Perl::SSH1 - SSH1 implementation River stage one • 9 direct dependents • 9 total dependents

*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...

BDFOY/Net-SSH-Perl-2.142 - 07 Aug 2023 18:38:24 UTC

Net::SSH::Any::DPipe - bidirectional communication with remote process River stage zero No dependents

SALVA/Net-SSH-Any-0.10 - 13 Jun 2016 15:48:05 UTC

Net::SSH::Perl::Util - Shared utility functions River stage one • 9 direct dependents • 9 total dependents

*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...

BDFOY/Net-SSH-Perl-2.142 - 07 Aug 2023 18:38:24 UTC

Net::SSH::Perl::SSH2 - SSH2 implementation River stage one • 9 direct dependents • 9 total dependents

*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...

BDFOY/Net-SSH-Perl-2.142 - 07 Aug 2023 18:38:24 UTC

Net::SSH::Perl::Proxy - Use TCP proxy to connect to a host via SSH River stage one • 9 direct dependents • 9 total dependents

This class extends "Net::SSH::Perl" to allow connections through a SOCKS proxy....

BDFOY/Net-SSH-Perl-2.142 - 07 Aug 2023 18:38:24 UTC
237 results (0.096 seconds)