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

Changes for version 0.53_05

  • scp methods were broken when a user was given (bug report by Andrew J. Slezak)
  • add support for verbose option in scp methods
  • implement parse_connections_opts
  • solve bug related to expansion of HOST var when an IPv6 address was given
  • move FACTORY docs to the right place
  • add FAQ about running remote commands via sudo
  • add sample for Net::Telnet integration
  • add sample for sudo usage reading password from DATA

Changes for version 0.53_04

  • add default_ssh_opts feature
  • getpwuid may fail, check $home is defined before using it
  • add FAQ entry about MaxSessions limit reached
  • move FACTORY docs to the right place

Changes for version 0.53_03

  • handling of default_std*_file was broken (bug report and patch by Nic Sandfield)
  • keep errors from opening default slave streams
  • add Net::OpenSSH::ConnectionCache package
  • add FACTORY hook
  • place '--' in ssh command after host name
  • add support for die_on_error
  • add support for batch_mode feature
  • typo in sample code corrected (reported by Fernando Sierra)
  • using { stdin_data => [] } was generating warnings

Changes for version 0.53_02

  • add support for custom login handlers
  • remove SIG{__WARN__} localizations

Changes for version 0.53_01

  • quoter and glob_quoter fully rewritten from scratch
  • quoter was not handling "\n" correctly (bug report and work around by Skeeve)
  • minor doc improvements

Modules

Perl SSH client package implemented on top of OpenSSH
Constant definitions for Net::OpenSSH

Provides

in sample/mod_perl_openssh.pm