Help for this page

Select Code to Download


  1. or download this
         # line 207
         [ timeout                               => sub
    ...
                 }
         ]
    
  2. or download this
      eval {
          $loginOutput = $ssh->login();
    ...
      if ($@) {
          myAuditLog(LOG,"Login has failed: $@");
      }