Help for this page

Select Code to Download


  1. or download this
    ssh -p 22 user@host</p> without password as I have set up the ssh key 
    +authentication.</p>
    
    <p>When I am using the module <code>Net::OpenSSH::Parallel
    
  2. or download this
     0.488| [192.168.24.16] added (HASH(0x19e5f70))
     0.488| [192.168.24.16] state set to done
    ...
     0.488| [192.168.24.16] host is not connected, connecting...
     0.488| [192.168.24.16] _connect, starting SSH connection
    Invalid or bad combination of options ('key_path') at parallel_ssh.pl 
    +line 41.
    
  3. or download this
    #!/usr/bin/perl
    use strict;
    ...
    #print Dumper $pssh;
    $pssh->push('*', command => 'ls');
    $pssh->run;