Net-SSH-Perl - Re: Net::SSH:W32Perl Hangs after login

Posted on Sat Aug 9 20:04:22 2008 by cunzhi in response to 7387 (See the whole thread of 4)
Re: Net::SSH:W32Perl Hangs after login

I saw the same issue recently and resolved it.

This is because Net::SSH::W32Perl::protocol_class does not get called and as a result, Net::SSH::W32Perl::_session_channel does not get called either. On Windows, there are some issues when the "select" is applied to non-socket handles ( Check here). I guess one of the Net::SSH::W32Perl's purposes is to overcome the limitation of the "select" on Windows.
Direct Responses: 8555 | Write a response