Help for this page

Select Code to Download


  1. or download this
    $identity = "id_dsa";
    $host = "target";
    ...
    
    $ssh = Net::SSH::Perl->new($host, %args);
    $ssh->login($usr);
    
  2. or download this
    Can't use string ("id_dsa") as an ARRAY ref while "strict refs" in use
    + at /usr/lib/perl5/site_perl/5.6.1/Net/SSH/Perl/Auth/RSA.pm line 36.