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

Search results for "module:Net::OpenSSH::SSH"

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

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

Net::OpenSSH is a secure shell client package implemented on top of OpenSSH binary client ("ssh"). Under the hood This package is implemented around the multiplexing feature found in later versions of OpenSSH. That feature allows one to run several s...

SALVA/Net-OpenSSH-0.84 - 02 Jul 2023 18:04:50 UTC

Net::OpenSSH::Compat - Compatibility modules for Net::OpenSSH River stage zero No dependents

This package contains a set of adapter modules that run on top of Net::OpenSSH providing the APIs of other SSH modules available from CPAN. Currently, there are adapters available for Net::SSH2 and Net::SSH::Perl. Adapters for Net::SSH and Net::SFTP ...

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

Net::OpenSSH::Parallel - Run SSH jobs in parallel River stage one • 1 direct dependent • 1 total dependent

Run this here, that there, etc. "Net::OpenSSH::Parallel" is an scheduler that can run commands in parallel in a set of hosts through SSH. It tries to find a compromise between being simple to use, efficient and covering a good part of the problem spa...

SALVA/Net-OpenSSH-Parallel-0.14 - 04 Dec 2015 13:57:48 UTC

Net::OpenSSH::Constants - Constant definitions for Net::OpenSSH River stage two • 29 direct dependents • 43 total dependents

This module exports the following constants: :error OSSH_MASTER_FAILED - some error related to the master SSH connection happened OSSH_SLAVE_FAILED - some error related to a slave SSH connection happened OSSH_SLAVE_PIPE_FAILED - unable to create pipe...

SALVA/Net-OpenSSH-0.84 - 02 Jul 2023 18:04:50 UTC

Net::OpenSSH::OSTracer - trace ssh master process at the OS level River stage two • 29 direct dependents • 43 total dependents

This is a Net::OpenSSH helper module that allows you to trace the master "ssh" process at the operating system level using the proper utility available in your system (e.g., "strace", "truss", "ktruss", "tusc", etc.). This feature can be used when de...

SALVA/Net-OpenSSH-0.84 - 02 Jul 2023 18:04:50 UTC

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

This module implements a subset of Net::SSH::Perl API on top of Net::OpenSSH. After the module is loaded as... use Net::OpenSSH::Compat::Perl qw(:supplant); ... it supplants the Net::SSH::Perl module as if it were installed on the machine using Net::...

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

Net::OpenSSH::ConnectionCache - cache and reuse SSH connections transparently River stage two • 29 direct dependents • 43 total dependents

This module installs a $Net::OpenSSH::FACTORY hook implementing a SSH connection caching scheme. $Net::OpenSSH::ConnectionCache::MAX_SIZE controls the cache size. Once as many connections are allocated, the module will try to free any of them before ...

SALVA/Net-OpenSSH-0.84 - 02 Jul 2023 18:04:50 UTC

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

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

Net::OpenSSH::Parallel::Constants - Constant definitions for Net::OpenSSH::Parallel River stage one • 1 direct dependent • 1 total dependent

This module exports all the constants available from Net::OpenSSH plus the following ones: :error Besides the error codes defined in Net::OpenSSH this module also defines: OSSH_JOIN_FAILED OSSH_ABORTED OSSH_GOTO_FAILED :on_error OSSH_ON_ERROR_IGNORE ...

SALVA/Net-OpenSSH-Parallel-0.14 - 04 Dec 2015 13:57:48 UTC

MooseX::Role::Net::OpenSSH - A Moose role that provides a Net::OpenSSH Object River stage zero No dependents

TRCJR/MooseX-Role-Net-OpenSSH-0.001 - 11 Sep 2013 16:21:47 UTC

Net::OpenSSH::ShellQuoter::MSCmd - Quoter for Windows cmd.exe River stage two • 29 direct dependents • 43 total dependents

This quoter is intended for interaction with SSH servers running on Windows which invoke the requested commands through the "cmd.exe" shell. Because of "cmd.exe" not doing wildcard expansion (on Windows this task is left to the final command), glob q...

SALVA/Net-OpenSSH-0.84 - 02 Jul 2023 18:04:50 UTC

Net::OpenSSH::ShellQuoter::MSWin - Quoter for Win32::CreateProcess River stage two • 29 direct dependents • 43 total dependents

This quoter is intended for interaction with SSH servers running on Windows which use the "Win32::CreateProcess" system call to launch the requested command. Because of "Win32::CreateProcess" not doing wildcard expansion, glob quoting just quotes eve...

SALVA/Net-OpenSSH-0.84 - 02 Jul 2023 18:04:50 UTC

Net::SSH::Any::Backend::Net_OpenSSH River stage zero No dependents

Custom options supported by this backend: instance => $instance Instead of creating a new Net::OpenSSH reuses the one given. Example: my $ssh = Net::OpenSSH->new($target, ...); my $assh = Net::SSH::Any->new($target, backend => 'Net_OpenSSH', backend_...

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

lib/Net/OpenSSH/ObjectRemote.pm River stage two • 29 direct dependents • 43 total dependents

SALVA/Net-OpenSSH-0.84 - 02 Jul 2023 18:04:50 UTC

lib/Net/OpenSSH/ShellQuoter/fish.pm River stage two • 29 direct dependents • 43 total dependents

SALVA/Net-OpenSSH-0.84 - 02 Jul 2023 18:04:50 UTC

lib/Net/OpenSSH/Compat/SSH2/Poll.pm River stage zero No dependents

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

lib/Net/OpenSSH/ShellQuoter/csh.pm River stage two • 29 direct dependents • 43 total dependents

SALVA/Net-OpenSSH-0.84 - 02 Jul 2023 18:04:50 UTC

lib/Net/OpenSSH/ShellQuoter/Chain.pm River stage two • 29 direct dependents • 43 total dependents

SALVA/Net-OpenSSH-0.84 - 02 Jul 2023 18:04:50 UTC
52 results (0.065 seconds)