my $ssh = Net::OpenSSH->new($host, timeout => 30); $ssh->error and die "Unable to connect to remote host $host: ". $ssh->error;