in reply to Net::SSH::Perl hanging on creating object
my $ssh = Net::OpenSSH->new($host, timeout => 30); $ssh->error and die "Unable to connect to remote host $host: ". $ssh-> +error;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Net::SSH::Perl hanging on creating object
by gepebril69 (Scribe) on Jun 09, 2011 at 11:16 UTC |