A PuTTY session left idle will disconnect at a time determined by the host server. Try enabling keep-alives in PuTTY. This causes PuTTY to send null SSH packets to the remote host periodically, preventing the session from timing out.
The PuTTY client can be configured to always establish a connection which will not time out due to inactivity. To create and save a new keep-alive connection, follow these steps:
- Open the PuTTY application, and go to the Options panel (labeled "Category") on the left of the window.
- Select (click) the "Connection" item.
- In the "Sending of null packets to keep the session active" area on the right, change the default value of "Seconds between keepalives" from 0 (turn off) to 1800 (30 minutes).
- Select the "Enable TCP keepalives (SO_KEEPALIVE option)" check box.
Note: This option may not be available in older versions of the PuTTY client.
- On the topmost left side of the Options panel, select (click) "Session".
- In the "Host Name (or IP Address)" field, enter the destination host name or IP address (e.g., "destination.ipaddress.here.com" or "192.168.1.1").
- In the "Saved Sessions" text-entry box, provide a name for the session (e.g., "savedsession").
- Select "Save".
To use the modified session settings, select it from the "Saved sessions" list, then click the buttons marked "Load" and "Open".
If your connected sessions still time out, enter a lower number of seconds into the "Seconds between keepalives" value.
This, as well, is incorrect. A TCP connection does not, ever, time out. If the end-to-end principle is undermined by NAT or the like, the connection mappings on these devices might time out. SSH will, by default, never time out. On a proper internet connection, an idle SSH connection will remain open indefinitely. – Daniel B – 2014-10-15T07:31:07.530
Ssh offers two kinds of keep-alives: TCP keep-alives and ssh keep-alives. TCP does offer a mechanism to automatically close connections deemed dead because of timeout. It is about activating a flag in the socket. – Raúl Salinas-Monteagudo – 2014-10-16T08:45:53.903
I have been lowering the number and am back at 0 and still won't work. Is there a a different solution to this? – myselfmiqdad – 2018-07-18T15:02:13.597