Click to See Complete Forum and Search --> : ssh problem


plasmid
03-26-2001, 08:46 PM
whenever I connect to another machine using ssh (openssh), if I do nothing for about a minute and a half or so (e.i. I go to make a snack) I recieve the following message and I am automatically disconnected.

Received disconnect from 123.456.7.89 (or whatever the ip address is) : 2: Protocol error: packet 32 in interactive

I used to have no problems keeping ssh connections open for as lond as I wanted...but now I have to be actively using it. What is causing this???

-plasmid

Stackrat
03-26-2001, 11:05 PM
You need to have:

KeepAlive=yes

in the ssh_config file on one or both ends.

[from "man ssh"]

plasmid
03-27-2001, 12:30 AM
thanks