Open briandfoy opened 1 year ago
Having a look. Looks like I only have to add the missing options to %DIRECTIVES in Net/SSH/Perl/Config.pm. If anybody knows better, feel free to chime in while I dive into the code...
Steffen
Keith,
can you confirm your error message looks similar to this:
Host key for 'vserver' has changed! at blib/lib//Net/SSH/Perl/Kex/DH1.pm line 49.
?
Thanks, Steffen
Steffan,
Here is our error.
our_host: Remote protocol version 2.0, remote software version OpenSSH_5.3
our_host: Net::SSH::Perl Version 1.36, protocol version 2.0.
Host key for 'our_remote_host' has changed! At perl/lib/5.8.8/Net/SSH/Perl/Kex/DH1.pm line 49
Keith,
please try whether Net::SSH::Perl v1.37 solves your problem. The code already existed, I only had to enable and map the option.
Kind regards, Steffen
Steffen,
We are installing today and will test the changes and let you know our results. Thanks!
This ticket was imported from rt.cpan.org 91840
Folks,
We are working on the 1.36 version of the module and it is not passing StrictHostKeyChecking so ssh is failing for a virtual host that answers to multiple IP as the first one we connect to puts it's key in known_hosts and the other fails.
Here is how we are calling it:
Keith Clay