Increase SSH Connection Timeout in Linux

 SSH timeouts as a result of inactivity can be quite irritating. Then each time you have to reconnect the session

Steps:

Login with SSH

vi /etc/ssh/sshd_config

change the "ClientAliveInterval" to different value

 Timeout value = ClientAliveInterval * ClientAliveCountMax

  if ClientAliveInterval=1200, Time out =1200*3=3600sec =1hr

service ssh restart


No comments:

Post a Comment

Selenium firefox driver session fails with : Could not start a new session. Response code 500. Message: Expected browser binary location, but unable to find binary in default location,

 Error: With Firefox driver /gecko driver Could not start a new session. Response code 500. Message: Expected browser binary location, but u...