[opensuse] lost vnc connection after 10-15 minutes
why my VCN server always lost connection after some time? And after that I have to open a new connection to connect again, with different port, and then remove the old port manually lika rm -R /tmp/.X11-unix/X5 I already disable all screen saver and power save -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Wednesday 17 June 2009 09:28:31 pm Linux wrote:
why my VCN server always lost connection after some time? And after that I have to open a new connection to connect again, with different port, and then remove the old port manually lika rm -R /tmp/.X11-unix/X5
I already disable all screen saver and power save
It is the ssh inactivity time out controlled by your computer. Try adding: ServerAliveInterval 300 ServerAliveCountMax 15 to the top of your /etc/ssh/ssh_config and then try. -- David C. Rankin, J.D.,P.E. Rankin Law Firm, PLLC 510 Ochiltree Street Nacogdoches, Texas 75961 Telephone: (936) 715-9333 Facsimile: (936) 715-9339 www.rankinlawfirm.com -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (2)
-
David C. Rankin
-
Linux