in reply to Debugging Net::SSH Protocol Error
in thread Net::SSH Protocol Error

Are you sure that you have version 2.01 of Net::SSH::Perl installed? Line 222 of Net::SSH::Perl::Packet is not the one you indicated.... https://metacpan.org/source/SCHWIGON/Net-SSH-Perl-2.01/lib/Net/SSH/Perl/Packet.pm#L222

It looks like you have something between versions 1.25 and 1.42.

Replies are listed 'Best First'.
Re^2: Debugging Net::SSH Protocol Error
by cmv (Chaplain) on Oct 11, 2016 at 11:53 UTC
    Mr. Muskrat++

    Thanks for the pointer. You are correct - I am not on version 2.01 as I thought.

    Looking at the 2.01 code, they already have a fix in place for this issue.

    I'm glad it was fixed!

    -Craig