Skip to content

SSH idle timeout (TMOUT)

All shared hosting servers enforce an automatic idle timeout on SSH sessions using the TMOUT environment variable. If your session has no input activity for the configured duration, it will be automatically logged out.

Account typeTimeout
Standard user1 hour (3,600 seconds)

The timeout is set as readonly and cannot be overridden by individual users.

When the idle timeout is reached, your SSH session will display a message similar to:

timed out waiting for input: auto-logout

Simply reconnect via SSH to start a new session.

  • The timeout only applies to interactive shell sessions. Background processes and cron jobs are not affected.