I am encountering the following error while using Net::SSH::Perl, from
within a Perl CGI script:
Bad packet length <some number> at /usr/lib/perl5/site_perl/5.8.0/
Net/SSH/Perl/Packet.pm
Has anyone faced this issue before? Any idea what might be causing
this?
Some help is much appreciated.
thanks,
anirban
That error isn't coming from perl. It would have printed the bad
packet length and the line number in Packet.pm where the error occurred.
However, if it had been, it would be due to receiving a packet that is
either too short or too long to be valid.
--S
** Posted from http://www.teranews.com **