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

Changes for version 1.21

  • Fixed Handle::SSH(?:1|2)::WRITE when sending large amounts of data, ie. data larger than the max packet size. Now we break up data into chunks of 32000 bytes, then send each in turn. Thanks to Doug Wilson for the spot.
  • Fixed SSH1::_start_interactive (SSH-1 client loop) so that we break the client loop on EOF reads from the sshd socket. This should fix some hangs when calling close on a tied open2 handle.
  • Better detection of exit status in Handle::SSH1.
  • Handle::SSH1::READ now looks to see if we have already hit EOF (ie. we have received exit status packet); if so, returns 0.
  • Added SSH1::send_data, which allows register_handler callbacks to be written that will (hopefully) work for both SSH-1 and SSH-2.

Modules

Perl client Interface to SSH
Client for agent authentication
Base authentication class, plus utility methods
Keyboard-interactive auth plugin
Password authentication plugin
Perform publickey authentication
Perform RSA authentication
Perform Rhosts authentication
Perform Rhosts-RSA authentication
Authentication manager/context for SSH-2
Low-level read/write buffer class
SSH2 channel object
Manages a list of open channels
Base cipher class, plus utility methods
Wrapper for SSH Blowfish support
CBC Implementation
CFB Implementation
Wrapper for SSH DES support
Wrapper for SSH 3DES support
Wrapper for SSH IDEA support
RC4 encryption/decryption
Compression/Decompression base class
Wrapper for SSH Zlib Compression
Load and manage SSH configuration
Exportable constants
SSH2 Key Exchange
Diffie-Hellman Group 1 Key Exchange
Public or private key abstraction
DSA key object
RSA key object
RSA SSH1 key object
MAC support for SSH2
Packet layer of SSH protocol
SSH1 implementation
SSH2 implementation
Shared utility functions

Provides

in lib/Net/SSH/Perl/Auth/ChallengeResponse.pm
in lib/Net/SSH/Perl/Cipher/DES3.pm
in lib/Net/SSH/Perl/Handle/SSH1.pm
in lib/Net/SSH/Perl/Handle/SSH2.pm
in lib/Net/SSH/Perl/Mac.pm
in lib/Net/SSH/Perl/Mac.pm
in lib/Net/SSH/Perl/Util/Authfile.pm
in lib/Net/SSH/Perl/Util/Hosts.pm
in lib/Net/SSH/Perl/Util/RSA.pm
in lib/Net/SSH/Perl/Util/SSH1MP.pm
in lib/Net/SSH/Perl/Util/SSH1Misc.pm
in lib/Net/SSH/Perl/Util/SSH2MP.pm
in lib/Net/SSH/Perl/Util/Term.pm