Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    {
       die "Log in attempt failed with $! \n";
    }
    
  2. or download this
    $ssh->send("find /");
    
  3. or download this
    $ssh->exec("find /");