lkinley / Net-SSH-Perl

Development on the Net::SSH::Perl module to support latest ciphers, key exchange mechanisms, etc.
Other
14 stars 9 forks source link

Getting odd warnings on several hosts that I am connecting to... #8

Closed yayster closed 7 years ago

yayster commented 7 years ago

ssh_session_issue.txt

Please see the attached file. I am not understanding why I see these warning on a percentage of hosts that I am connecting to. Any feedback would be appreciated.

lkinley commented 7 years ago

It appears that you must have some "interesting" entries in your known_hosts file(s). By interesting I mean invalid.

lkinley commented 7 years ago

I will add some more checks to ignore such entries.

yayster commented 7 years ago

Thank you for the feedback!
While I wait for the update, I removed my ~/.ssh/known_hosts* files and the behavior is much better.