http://qs321.pair.com?node_id=268836


in reply to Net::SSH::Perl problems with $ssh->login and $ssh->cmd - function

You want to use a CBC cipher with your Net::SSH::Perl object. Change your constructor to:

my $ssh = Net::SSH::Perl->new($host, cipher => '3des-cbc' || 'blowfish-cbc', );

cp
----
"Never be afraid to try something new. Remember, amateurs built the ark. Professionals built the Titanic."