Help for this page

Select Code to Download


  1. or download this
    # yum install epel-release
    # yum install perl-Net-OpenSSH
    
  2. or download this
    my $ssh;
    my $key_path = $ENV{HOME} . '/.ssh/id_rsa';
    ...
       chomp $cmd->{output};
       chomp $cmd->{std_err};
    }