in reply to Successful RSA key fails with Net::SSH::Perl

Do you get the local.host: No compat match: OpenSSH_7.2. when connecting to the "good" host?

Edit: the relevant code in Net::SSH::Perl is at https://metacpan.org/dist/Net-SSH-Perl/source/lib/Net/SSH/Perl.pm#L62 . It could be that said module cannot support the version installed on the "failed" host.

Replies are listed 'Best First'.
Re^2: Successful RSA key fails with Net::SSH::Perl
by cmv (Chaplain) on Apr 06, 2023 at 21:16 UTC
    ++bliako The "good" host does not have a No combat match: in its debugging output.

    Thanks for the pointer to the code. I will investigate!