Help for this page
my $SSH2 = Net::SSH2->new(); $ssh2->connect("server.com") or die;
if ($ssh2->connect("server.com")) { ... }