http://www.perlmonks.org?node_id=826269

emawaha has asked for the wisdom of the Perl Monks concerning the following question:

I know there has been some posting regarding this but i still can't get it to work. Here is the debug, pWH000819: Requesting service exec on channel 1. pWH000819: channel 1: open confirm rwindow 0 rmax 32768 after the command is executed, my script just hangs running on a win xp

Replies are listed 'Best First'.
Re: Net::SSH::Perl hangs
by tokpela (Chaplain) on Mar 03, 2010 at 06:11 UTC

    I recommend using Net::SSH2 if you can. This will work with Windows much better than any other SSH module as far as I have seen.

    Otherwise, you could try the Win32 compatability module for Net::SSH::Perl - Net::SSH::Perl::W32Perl

Re: Net::SSH::Perl hangs
by Anonymous Monk on Mar 03, 2010 at 00:29 UTC