Help for this page

Select Code to Download


  1. or download this
    $ ./threaded-test7.pl 10.88.88.88 username password 
    num hosts: 1
    ...
    bless(do{\(my $o = 140010028283744)}, "Net::SSH2")
    Trying to connect to 10.88.88.88
    Segmentation fault (core dumped)
    
  2. or download this
    #!/usr/bin/env perl
    
    ...
        say STDERR "Usage: $0 host[,host2,...] user password";
        exit(1);
    }
    
  3. or download this
    $ ./unthreaded-test7.pl 10.88.88.88 admin password                    
    +        
    num hosts: 1
    ...
    Trying to connect to 10.88.88.88
    Connected to '10.88.88.88'
    Authenticated as user 'admin'
    
  4. or download this
    #!/usr/bin/env perl
    
    ...
        say STDERR "Usage: $0 host[,host2,...] user password";
        exit(1);
    }