PuTTY/SSH: How to Prevent Auto-Logout?
        Posted  
        
            by 
                feklee
            
        on Super User
        
        See other posts from Super User
        
            or by feklee
        
        
        
        Published on 2010-06-20T11:25:14Z
        Indexed on 
            2013/10/31
            4:00 UTC
        
        
        Read the original article
        Hit count: 392
        
My ISP's SSH server (Debian 2.0) logs me out after 35 minutes of inactivity, when connected with PuTTY (Windows XP). This is a big problem when I utilize the server for port-forwarding. The final messages displayed in the terminal:
This terminal has been idle 30 minutes. If it remains idle
for 5 more minutes it will be logged out by the system.
Logged out by the system.
PuTTY options that do not help:
- Sending of null packets to keep session active. Seconds between keepalives (0 to turn off): 30
 - [x] Enable TCP keepalives (SO_KEEPALIVE option)
 
Any idea how to avoid the auto-log-out? Should I try another SSH client?
© Super User or respective owner