in reply to Is Net::SSH::Perl broken for login via explicit user/password?
my $ssh = Net::SSH::Perl->new( $host, port => 22 , protocol => 2, debug => 1, ); [download]