Help for this page
my $ssh; foreach (1..3) { ... } die "Could not connect to remote host '$host'\n" if not $ssh; my $login_output = $ssh->login;
$ssh->exec("stty raw -echo"); my $resp_uname = $ssh->exec('uname'); #This is line 779