in reply to Using NET::SSH::PERL under Windows (with ActivePerl)
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.
|
|---|
| 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 | |
by salva (Canon) on Jul 14, 2010 at 07:50 UTC |