Help for this page

Select Code to Download


  1. or download this
    $s1 = Net::OpenSSH->new($host, ...);
    $s2 = Net::OpenSSH->new(host => $host, ...);
    
  2. or download this
    $s = Net::OpenSSH->new($host, batch_mode => 1, ...)
    
  3. or download this
    $s->disconnect;