Help for this page

Select Code to Download


  1. or download this
    ##########################################
    #!/usr/local/bin/perl
    ...
    my ($stdout) = $ssh->cmd($cmd);
    print $stdout;
    ##########################################
    
  2. or download this
    Myserver: Reading configuration data /home/hygtest/.ssh/config
    Myserver: Reading configuration data /etc/ssh_config
    ...
    Myserver: Verifying server signature.
    Key verification failed for server host key at /usr/opt/perl5/lib64/si
    +te_perl/5.8.0/Net/SSH/Perl/SSH2.pm line 87
    #######################################