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

Search results for "dist:Net-SSH-Perl Perl::SSH2"

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

lib/Net/SSH/Perl/Handle/SSH2.pm River stage one • 9 direct dependents • 9 total dependents

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

Net::SSH::Perl::Mac - MAC support for SSH2 River stage one • 9 direct dependents • 9 total dependents

*Net::SSH::Perl::Mac* (and its subclasses) provides MAC support for the SSH2 implementation in *Net::SSH::Perl*. In the SSH2 protocol, each packet sent between client and server (after the key exchange and algorithm negotiation phase) contains a MAC ...

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::Perl::Channel - SSH2 channel object River stage one • 9 direct dependents • 9 total dependents

*Net::SSH::Perl::Channel* implements a channel object compatible with the SSH2 channel mechanism....

BDFOY/Net-SSH-Perl-2.142 - 07 Aug 2023 18:38:24 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::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::Buffer - Low-level read/write buffer class River stage one • 9 direct dependents • 9 total dependents

*Net::SSH::Perl::Buffer* implements the low-level binary buffer needed by the *Net::SSH::Perl* suite. Specifically, a *Net::SSH::Perl::Buffer* object is what makes up the data segment of a packet transferred between server and client (a *Net::SSH::Pe...

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

Net::SSH::Perl::Cipher - Base cipher class, plus utility methods River stage one • 9 direct dependents • 9 total dependents

*Net::SSH::Perl::Cipher* provides a base class for each of the encryption cipher 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::ChannelMgr - Manages a list of open channels River stage one • 9 direct dependents • 9 total dependents

*Net::SSH::Perl::ChannelMgr* manages the creation and maintenance of a list of open channels for the SSH2 protocol....

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

Net::SSH::Perl::Cipher::RC4 - RC4 encryption/decryption River stage one • 9 direct dependents • 9 total dependents

*Net::SSH::Perl::Cipher::RC4* provides RC4 (*arcfour*) encryption support for the SSH2 protocol implementation in *Net::SSH::Perl*. Unlike the other *Net::SSH::Perl::Cipher* objects, the *RC4* module relies on no outside libraries; the RC4 algorithm ...

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

Net::SSH::Perl::Cipher::DES3 - Wrapper for SSH 3DES support River stage one • 9 direct dependents • 9 total dependents

*Net::SSH::Perl::Cipher::DES3* provides 3DES encryption support for *Net::SSH::Perl*. To do so it wraps around *Crypt::Cipher::DES*, the CryptX implementation of the DES algorithm. The 3DES (three-key triple-DES) algorithm used here differs based on ...

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

Net::SSH::Perl::Cipher::Blowfish - Wrapper for SSH Blowfish support River stage one • 9 direct dependents • 9 total dependents

*Net::SSH::Perl::Cipher::Blowfish* provides Blowfish encryption support for *Net::SSH::Perl*. To do so it wraps around *Crypt::Cipher::Blowfish* from the CryptX module. The blowfish used here is in CBC filter mode with a key length of 32 bytes. SSH1 ...

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

Net::SSH::Perl::Auth::KeyboardInt - Keyboard-interactive auth plugin River stage one • 9 direct dependents • 9 total dependents

*Net::SSH::Perl::Auth::KeyboardInt* performs keyboard-interactive authentication with a remote sshd server. This plugin is only usable when using the SSH2 protocol, and you generally never need to use it manually; the client and server will perform a...

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