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

Changes for version 0.65

  • fixed bug with "Cipher <name>" in config file or 'options' param. This wasn't mapping ssh cipher names to Net::SSH::Perl cipher names (ie. should map 'idea' => 'IDEA'). Thanks to Edward Vopata (vopata@pulsar.itg.ti.com) for the spot and a patch.
  • made it clearer that Net::SSH::Perl currently supports only SSH1 protocol.
  • better error checking for getservbyname lookup of ssh service (to get default port).
  • added eg/remoteinteract.pl, which demonstrates how to interact with a remote (interactive) command.

Modules

Perl client Interface to SSH
Base authentication class, plus utility methods
Password authentication plugin
Perform RSA authentication
Perform Rhosts authentication
Perform Rhosts-RSA authentication
Low-level read/write buffer class
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
Load and manage SSH configuration
Exportable constants
Packet layer of SSH protocol
Shared utility functions