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.80 - 28 Sep 2020 15:21:52 UTCUse 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.80 - 28 Sep 2020 15:21:52 UTCThis 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 UTCRun 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 UTCThis 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.80 - 28 Sep 2020 15:21:52 UTCThis 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.80 - 28 Sep 2020 15:21:52 UTCThis 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 UTCTRCJR/MooseX-Role-Net-OpenSSH-0.001 - 11 Sep 2013 16:21:47 UTC
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 UTCThis 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.80 - 28 Sep 2020 15:21:52 UTCThis 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 UTCThis 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.80 - 28 Sep 2020 15:21:52 UTCThis 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.80 - 28 Sep 2020 15:21:52 UTCThis 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