OT: Sonicwall and SSH

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: Craig White
日付:  
題目: 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