Help for this page

Select Code to Download


  1. or download this
    my $ssh = Net::OpenSSH->new($host,
                                user => $user,
                                password => $password,
                                timeout => 10);
    
  2. or download this
    $Net::OpenSSH::debug = -1;