Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    my $auth = Net::SSH::Perl::Auth->new('PublicKey', $login) || die "coul
    +d not create Auth object";
    
    $auth->authenticate;