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

Thank u very much.

Patching Net::SSH::Perl didn't work, so I commented the two lines

fcntl($sock, F_SETFL, O_NONBLOCK) or die "Can't set socket non-blocking: $!";
This works fine!!!!!!!!

Thanks a lot

Nalina