Subject: | cannot find cipher |
Connecting to a server by ssh, the module says:
No matching cipher found: client chacha20-poly1305@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr server aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se at ~/perl5/perlbrew/perls/perl-5.20.2/lib/site_perl/5.20.2/x86_64-linux/Net/SSH/Perl/SSH2.pm line 118.
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.