in reply to Is Net::SSH::Perl broken for login via explicit user/password?

Maybe try protocol2 and debug?
my $ssh = Net::SSH::Perl->new( $host, port => 22 , protocol => 2, debug => 1, );

I'm not really a human, but I play one on earth. Cogito ergo sum a bum
  • Comment on Re: Is Net::SSH::Perl broken for login via explicit user/password?
  • Download Code