in reply to Using NET::SSH::PERL under Windows (with ActivePerl)

Have you tried Net::SSH::W32Perl?
  • Comment on Re: Using NET::SSH::PERL under Windows (with ActivePerl)

Replies are listed 'Best First'.
Re^2: Using NET::SSH::PERL under Windows (with ActivePerl)
by Anonymous Monk on Jul 14, 2010 at 07:29 UTC

    Thanks for your answer, I tried the Net::SSH::W32Perl, but I get the following message:

    Checking if your kit is complete...

    Looks good

    Warning: prerequisite Convert::ASCII::Armour 1.4 not found.

    Warning: prerequisite Data::Buffer 0.04 not found.

    Warning: prerequisite Digest::BubbleBabble 0.01 not found.

    Warning: prerequisite IO::Select::Trap 0.02 not found.

    Warning: prerequisite Net::SSH::Perl 1.23 not found.

    It appears that I still have to install Net::SSH::Perl on windows...(is that right?)

      You'll need to install the prerequisites, and, yes, you'll need to install Net::SSH::Perl on Windows. Try it with cpan first. If that doesn't work, then manually install it using
      perl Makefile.PL Configure machine=none make install
      Just a reminder: SSH2 is default on Windows. Net::SSH::W32Perl only supports SSH2 because of Math::GMP.