Help for this page

Select Code to Download


  1. or download this
    my @cmd = ( '/usr/bin/ssh', '-i', $KEYFILE, "$USER\@$SERVER" );
    
    ...
       or die("open /dev/null: $!\n");
    
    my $pid = open3($childin, $childout, '>&'.fileno($fh_null), @cmd);