Help for this page

Select Code to Download


  1. or download this
    $Net::OpenSSH::debug = 4|8|64;
    
  2. or download this
    $ssh->system({ stdout_file => ['|-', 'tee'. 'cmd_output.txt ],
                   stderr_to_stdout => 1 },
                 @cmd);