Help for this page

Select Code to Download


  1. or download this
    root@LST12:/home/rkumar# perl ssh.pl
    success
    ...
    success
    Opned ssh channel to 10.131.24.106
    Can't call method "exec" without a package or object reference at ssh.
    +pl line 31.
    
  2. or download this
    use Net::SSH::Expect;
    
    ...
    
    my $client = $ssh_UE1->exec('iperf -c 10.131.24.106 -u -b 10M -i 1 -t 
    +1 -p 12345');