<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7654.12">
<TITLE>Perl 'Expect' timeout question</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>ALErs -<BR>
<BR>
I wrote a Perl script that uses net-SSH::Expect to connect with a remote target by SSH. I can establish the connection manually without any problem, but my scripts (which had been working) now fail with the message:<BR>
&nbsp;&quot;SSHAuthenticationError Login timed out&quot; coming from &quot;.../Expect.pm line 813&quot;. This line is in the function '_multi_expect($$@)' and the timeout is presumably passed when the function is called.<BR>
<BR>
This response is almost immediate so I suspect that no useful timeout has been applied. Is there some way to force a reasonable timeout on ssh-&gt;login(), or some temporary file I may need to delete? (I rebooted both client and server without seeing any change in the behavior.) Any diagnostic suggestions?<BR>
<BR>
I have seen this before as transient behavior but it seems persistent this time!<BR>
<BR>
TIA.<BR>
<BR>
&nbsp;- Mills<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>