Help for this page

Select Code to Download


  1. or download this
    my $ssh = Net::SSH::Perl->new($ssh_box, interactive => 1);
    
  2. or download this
    $ssh->login($user, $pass);
    
  3. or download this
    # in sub auth_failure:
        for my $meth ( split /,/, $authlist ) {
    ...
            # next unless $auth->enabled;  # <--  line 116 in v1.29
            ...
        }