Have you tried explicitly specifying your intended cipher when constructing the Net::SSH::Perl object?
my $ssh = Net::SSH::Perl->new( cipher => 'hmac-md5', );
I interpret the documentation in the way that unless instructed to, the module will not use a weak cipher.
In reply to Re: HMAC_MD5 with Net::SSH::Perl
by Corion
in thread HMAC_MD5 with Net::SSH::Perl
by UpTide
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |