BernieC has asked for the wisdom of the Perl Monks concerning the following question:
gets me the errormy $ssh2 = Net::SSH2->new() ; $ssh2->connect(HOST) or $ssh2->die_with_error ; $ssh2->check_hostkey(tofu => HOSTKEY) or $ssh2->die_with_error ;
Host key verification failed: unable to perform the check (-46 LIBSSH2 +_ERROR_KNOWN_HOSTS)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: error_know_host error
by Corion (Patriarch) on Oct 16, 2023 at 16:16 UTC | |
by BernieC (Pilgrim) on Oct 16, 2023 at 16:50 UTC | |
by pryrt (Abbot) on Oct 16, 2023 at 16:59 UTC |