Thread ssh module und timeout: bei ssh module timeout verwenden (2 answers)
Opened by chris99 at 2005-11-28 22:23

chris99
 2005-11-28 22:23
#60512 #60512
User since
2005-11-28
1 Artikel
BenutzerIn
[default_avatar]
Hallo,

hat jemand von euch eine Ahnung, wie ich bei folgendem code
ein Timeout von z.B. 10 Sekunden einbauen kann, damit ich nicht
ewig warten muß bis das skript abbricht, wenn der server nicht erreichbar ist?

#!/usr/bin/perl

use Net::SSH::Perl;

require "configfile.cfg";

my $ssh = Net::SSH::Perl->new($server_ip, protocol=>'2,1');
$ssh->login($user, $password) || die "error: could not log in";

Gibt es vielleicht sonst noch irgendeine andere Möglichkeit?

Danke schon mal für eure Hilfe, ich habe jetzt schon 3 Stunden gesucht und nichts gutes gefunden.

lg
Chrisi

View full thread ssh module und timeout: bei ssh module timeout verwenden