Help for this page

Select Code to Download


  1. or download this
    "makerandom" is not exported by the Crypt::Random module at /usr/local
    +/lib/perl5
    /site_perl/5.6.1/Crypt/Random/Generator.pm line 12 "makerandom_itv" is
    + not exported by the Crypt::Random module at /usr/local/lib/perl5/sit
    +e_perl/5.6.1/Crypt/Random/Generator.pm line 12
    ...
    Compilation failed in require at usr/local/lib/perl5/site_perl/5.6.1/N
    +et/SSH/Perl/SSH2.pm line 6, <GEN0> line 1.
    BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.
    +6.1/Net/SSH/Perl/SSH2.pm line 6, <GEN0> line 1.
    Compilation failed in require at /usr/local/lib/perl5/site_perl/5.6.1/
    +Net/SSH/Perl.pm line 51, <GEN0> line 1.
    
  2. or download this
    use strict;
    
    ...
    my %opts = (port => 22, debug => 1, protocol => 2);
    
    my $ssh = Net::SSH::Perl->new($host, %opts);