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