On Fri, Mar 14, 2008 at 2:50 PM, Pat Rice <[EMAIL PROTECTED]> wrote: snip > localhost.localdomain: Sent key-exchange init (KEXINIT), wait response. > No matching cipher found: client 3des-cbc,blowfish-cbc,arcfour server > aes256-cbc,aes128-cbc at /usr/lib/perl5/site_perl/5.8.5/Net/SSH/Perl/SSH2.pm > line 89 snip
It looks like the server only wants to talk in aes256-cbc or aes128-cbc and Net::SSH::Perl only wants to talk in 3des-cbc, blowfish-cbc, or arcfour. You could try Net::SSH* (it talks in aes256-cbc, aes192-cbc, aes128-cbc, blowfish-cbc, arcfour, cast128-cbc, and 3des-cbc), but that requires you to have libssh2**. * http://search.cpan.org/dist/Net-SSH2/lib/Net/SSH2.pm ** http://www.libssh2.org/wiki/index.php/Main_Page -- Chas. Owens wonkden.net The most important skill a programmer can have is the ability to read. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/