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

Search results for "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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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.003 - 23 Apr 2024 14:53:21 UTC - Search in distribution

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

COSIMO/Net-Prober-0.17 - 15 Jul 2017 11:17:18 UTC - Search in distribution
  • Net::Prober - Probes network hosts for downtime, latency, etc...

Net::SSH::Expect - SSH wrapper to execute remote commands River stage one • 2 direct dependents • 2 total dependents

This module is a wrapper to the *ssh* executable that is available in your system's *$PATH*. Use this module to execute commands on the remote SSH server. It authenticates with the user and password you passed in the constructor's attributes "user" a...

BNEGRAO/Net-SSH-Expect-1.09 - 23 Apr 2008 02:20:39 UTC - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

Net::SSH::AuthorizedKey - Virtual Base Class for SSH Public Keys River stage zero No dependents

Net::SSH::AuthorizedKey is a virtual base class for ssh public keys. Real implementations of it are Net::SSH::AuthorizedKey::SSH1 and Net::SSH::AuthorizedKey::SSH2. The only way to using it directly is by calling its parse() method, and passing it an...

MSCHILLI/Net-SSH-AuthorizedKeysFile-0.18 - 28 Mar 2017 02:31:42 UTC - Search in distribution

Net::Netconf::Access::ssh River stage zero No dependents

This is a subclass of Net::Netconf::Access class that manages an SSH connection with the destination host. The underlying mechanics for managing the SSH connection is based on Net::SSH2....

JUNIPER/Net-Netconf-1.05 - 11 Dec 2018 10:57:51 UTC - Search in distribution

Net::OpenSSH::Compat::SSH - Net::OpenSSH adapter for Net::SSH API compatibility River stage zero No dependents

This module implements Net::SSH API on top of Net::OpenSSH. After the module is loaded as follows: use Net::OpenSSH::Compat 'Net::SSH'; or from the command line: $ perl -MNet::OpenSSH::Compat=Net::SSH script.pl it will supplant Net::SSH module as if ...

SALVA/Net-OpenSSH-Compat-0.09 - 18 May 2016 11:27:04 UTC - Search in distribution

Net::Amazon::HadoopEC2::SSH - Net::SSH::Perl wrapper for Net::Amazon::HadoopEC2 River stage zero No dependents

This module is Net::SSH::Perl wrapper for Net::Amazon::HadoopEC2....

DANJOU/Net-Amazon-HadoopEC2-0.02 - 22 Oct 2008 05:33:13 UTC - Search in distribution

Net::CLI::Interact::Transport::SSH - SSH based CLI connection River stage one • 1 direct dependent • 1 total dependent

This module provides a wrapped instance of an SSH client for use by Net::CLI::Interact....

ABRAXXA/Net-CLI-Interact-2.400002 - 07 Sep 2023 12:09:03 UTC - Search in distribution

Net::Scan::SSH::Server::SupportedAuth - detect supported authentication method of SSH server River stage zero No dependents

Net::Scan::SSH::Server::SupportedAuth connect SSH server and probe protocol version and supported authentication method (publickey or password)....

HIROSE/Net-Scan-SSH-Server-SupportedAuth-0.02 - 18 May 2007 16:21:24 UTC - Search in distribution

Net::SSH2 - Support for the SSH 2 protocol via libssh2. River stage one • 6 direct dependents • 6 total dependents

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

RKITOVER/Net-SSH2-0.73 - 03 Aug 2022 16:10:45 UTC - Search in distribution

Net::SSH2::Cisco - interact with a Cisco router via SSH River stage zero No dependents

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 - Search in distribution

Net::SSH2::Expect - An Expect like module for Net::SSH2 River stage zero No dependents

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 - Search in distribution
172 results (0.095 seconds)