in reply to Re^2: SSH to a pix
in thread SSH to a pix

All Net::SSH::W32Perl does is override the connect method and set a couple of defaults (port 22 and SSH 2). It uses IO::Socket. Net::SSH::Perl uses a vanilla socket so you can't call blocking() method on it as it does not have one.....

I think protocol => 1 may do the trick.

cheers

tachyon