# line 207 [ timeout => sub { croak SSH_AUTHENTICATION_ERROR . " Login timed out. " . "The input stream currently has the contents bellow: " . $self->peek(); } ] #### eval { $loginOutput = $ssh->login(); }; if ($@) { myAuditLog(LOG,"Login has failed: $@"); }