OT: Sonicwall and SSH

Kezdőlap
Csatolmányok:
Üzenet email-ben
+ (text/plain)
Üzenet törlése
Válasz az üzenetre
Szerző: Craig White
Dátum:  
Tárgy: 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.

Craig