Author: Craig White Date: Subject: OT: Sonicwall and SSH
On Fri, 2004-01-30 at 20:08, Matt Alexander wrote: > Any Sonicwall users out there? Have you found a way to keep your SSH
> connections from being dropped after a few minutes of inactivity? ---
I will always resort to the dirty method if forced - an occasional
ping...
ping -c 1 192.168.x.x
put it in a cron script that runs every few minutes or in a loop that
you can run while connected to keep it from dropping.