Open briandfoy opened 1 year ago
For posterity: It seems Net::SSH::Perl does not support ECDSA at all. It does not even say that, it just dies.
Either way - my solution was simple - since ECDSA is insecure by now, and old ssh does not support ed22519, was to move back to using RSA4096.
May be related to #58
This ticket was imported from rt.cpan.org 140090
Trying to SSH via pub/private key combo to one of my servers. The exact same code works for other servers. "Regular" ssh works like a charm.
Here is the debug output including the two debug lines I added to DHGEX.pm here:
Here is the debug output (I edited the hostnames out):
(it's now line 75 as I added the above two lines)
OpenSSH on the other end is rather old:
Unfortunately at this point I can not upgrade it (long story).
Any/all suggestions would be appreciated. Thanks! PS Reported the same on github account, but there does not seem to be any activity there..