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

Your post is confusing, what do you want to install Net::SSH::Perl or Net::SSH::Expect?

Net::SSH::Perl sometimes it is difficult to install because it has a lot of dependencies but IO::Pty is not one of them! Also, it runs under ActiveState Perl (and also, AFAIK, under Strawberry Perl and cygwin).

Net::SSH::Expect does only work under cygwin and requires IO::Pty but installing it is a no-brainer if you do it from the cygwin cpan shell.

Anyway, nowadays, the best SSH module for usage under windows is probably Net::SSH2.

  • 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:31 UTC

    Thanks for your answer, I know the NET::SSH2 only support for the SSH2 protocal, what can I use if I also want to support SSH1?