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

Changes for version 0.61_03

  • when testing on AIX don't check mux socket permissions and use correct ps arguments (bug report by mwatson)
  • apply doc patch by Florian of Debian project
  • add open3socket method
  • open2socket and open2pty now return the socket and pty respectively when called on scalar context
  • methods returning several file objects now croak when called on scalar context

Changes for version 0.61_02

  • add support for multiple shell quoting backends
  • add support for X11 forwarding

Changes for version 0.61_01

  • remote shell detection code was broken in tests (bug report by Neil Bowers)
  • skip tests requiring a bourne shell when the remote shell is csh or some derivative as tcsh

Modules

Perl SSH client package implemented on top of OpenSSH
cache and reuse SSH connections transparently
Constant definitions for Net::OpenSSH
trace ssh master process at the OS level

Provides

in lib/Net/OpenSSH/ModuleLoader.pm
in lib/Net/OpenSSH/ShellQuoter.pm
in lib/Net/OpenSSH/ShellQuoter/POSIX.pm
in lib/Net/OpenSSH/ShellQuoter/csh.pm
in sample/mod_perl_openssh.pm