Hello all,
When running the following:
my $ssh = Net::SSH::Perl->new($host, 'port' => $port);
$ssh->login($username);
I get the following error:
Can't locate loadable object for module Crypt::OpenSSH::ChachaPoly in
@INC (@INC contains: /etc/perl /usr/local/lib/perl/5.14.2
/usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5
/usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl .) at
/usr/local/lib/perl/5.14.2/Net/SSH/Perl/Cipher/ChachaPoly.pm line 14
Compilation failed in require at
/usr/local/lib/perl/5.14.2/Net/SSH/Perl/Cipher.pm line 58.
This is against Net::SSH::Perl 2.01 on Debian Wheezy 7.11
I'm looking for advice on how to resolve this error.
Thanks,
Dennison
|