Sunday, August 2, 2009

How do you keep ssh from timing out in linux?

I've got a job that connects to a remote server to run a task, that times out due to the length of time it takes to run. How do I keep my ssh session alive for the duration it takes to run the task. Using Redhat linux OS.

How do you keep ssh from timing out in linux?
in server file


MAX_TIMEOUT=300


it is set there what you have to do is change that time if you can


but changing this time will affect server to work properly


you can use putty.exe for ssh in windows xp
Reply:i guess, you should increase you time out from ssh, also check to network connectivity.


Good Luck


No comments:

Post a Comment