Help for this page

Select Code to Download


  1. or download this
    ssh.exe username@xxx.xxx.xxx.xxx /fullpath/check_user_exists.pl userna
    +me
    
  2. or download this
    sub executeCommand{
      my $command = join ' ', @_;
    ...
    
    my @src_cmd = ('ssh.exe ', $ssh_user.'@'.$hostname ." /fullpath/check_
    +user_exists.pl " . "$user");
    my ($status, $output) = &executeCommand(@src_cmd);