Hi, I'm getting "Selected cipher type not supported by server" error on this line $cnn = Net::SSH::Perl->new($host); The error occurs even when I specify all IDEA, DES, DES3, Blowfish, arcfour, blowfish-cbc, and 3des-cbc like this: $cnn = Net::SSH::Perl->new($host, cipher => "IDEA"); in the following script. How can I correct this?