in reply to Re^5: How can I connect to a Linux Machine from a Windows Box
in thread How can I connect to a Linux Machine from a Windows Box

He's not using ssh, issh or sshopen3, so he doesn't need to import those. It looks like the library is trying to use the external utility ssh, but cannot locate it. Is that one of the module's dependacies?

Replies are listed 'Best First'.
Re^7: How can I connect to a Linux Machine from a Windows Box
by marto (Cardinal) on Apr 05, 2007 at 15:05 UTC
    Gadzooks, I was too hastey. From the documentation:

    For an all-perl implementation that does not require the system ssh command, see Net::SSH::Perl instead.

    Martin