- or download this
my $ssh2 = Net::SSH2->new;
die "can't connect" unless $ssh2->connect("ip");
- or download this
Net::SSH2::connect: failed to connect to <ip>:22: Connection refused a
+t test.pl at line 10
- or download this
Net::SSH2::connect: failed to connect to ip:22: Connection refused at
+./scripts/ssh_subrtns.pl line 2644
- or download this
my $ssh2 = Net::SSH2->new();
...
}