Open briandfoy opened 1 year ago
Do any of the hints in https://rt.cpan.org/Ticket/Display.html?id=115382 help you in some way? It's the only thing I currently can contribute. And I'm on vacation the next weeks...
Kind regards, Steffen
I tried to install lkinley's 2.04 distribution. t/05-cipher.t says: The key must be 128 or 256 bits long at blib/lib/Net/SSH/Perl/Cipher/ChachaPoly.pm line 39.
Also installed Crypt-OpenSSH-ChachaPoly-0.02.tar.gz, unfortunately with no impact.
Radek
I just created
https://github.com/lkinley/Net-SSH-Perl/issues/5
on lkinley's github repository because he is doing his current work there. Unless I mixed up things, that ticket should be related to this RT ticket here. Feel free to watch progress there or follow up on questions.
Thanks for your report.
Kind regards, Steffen
This ticket was imported from rt.cpan.org 115669
Connecting to a server by ssh, the module says:
It seems the client(module) can't see cbc ciphers, though they are part of the distribution, e.g.: Net::SSH::Perl::Cipher::AES128_CBC
I can connect from a command line.