in reply to
Net::SSH Protocol Error
You can try replacing
Net::SSH::Perl
by
Net::OpenSSH::Compat::Perl
which uses the OpenSSH binary client underneath resulting in a much better interoperability.
Comment on
Re: Net::SSH Protocol Error
In Section
Seekers of Perl Wisdom