Imported Upstream version 2.5.0p2
[debian/amanda] / common-src / ssh-security.c
index 17272f7a5b0d2d0015d0b3c754e5b8f054015a6f..83a7a2c732eb15314408a5e708d20c117782be69 100644 (file)
@@ -25,7 +25,7 @@
  */
 
 /*
- * $Id: ssh-security.c,v 1.8 2006/02/17 00:58:51 ktill Exp $
+ * $Id: ssh-security.c,v 1.8.2.1 2006/04/11 11:11:16 martinea Exp $
  *
  * ssh-security.c - security and transport over ssh or a ssh-like command.
  *
@@ -935,7 +935,7 @@ conn_read_callback(cookie)
     sshprintf(("%s: ssh: conn_read_callback\n",debug_prefix_time(NULL)));
 
     /* Read the data off the wire.  If we get errors, shut down. */
-    rval = recv_token(rc, 5);
+    rval = recv_token(rc, 60);
     sshprintf(("%s: ssh: conn_read_callback: recv_token returned %d\n", debug_prefix_time(NULL), rval));
     if (rval <= 0) {
        rc->pktlen = 0;