in reply to Re^3: Failed to connect the server using Net::SSH::Perl
in thread Failed to connect the server using Net::SSH::Perl

Thanks for your try. Let me check with my SA. Do you have any idea to find/generate the fingerprint key?
  • Comment on Re^4: Failed to connect the server using Net::SSH::Perl

Replies are listed 'Best First'.
Re^5: Failed to connect the server using Net::SSH::Perl
by almut (Canon) on Apr 19, 2010 at 14:42 UTC
    Do you have any idea to find/generate the fingerprint key?

    First, I think you're actually referring the known_hosts file, not the identity file (which contains your private key).  The former contains the public keys (fingerprints) of the hosts, and thus you can't generate those keys yourself — unless you're the admin of those hosts...