Answers for "increase ssh timeout"

PHP
1

increase ssh session timeout linux

ssh -o ServerAliveInterval=60 -i Firstme.pem [email protected]
Posted by: Guest on September-01-2020
1

increase ssh timeout

#Add these lines on sshd_config

ClientAliveInterval 120
ClientAliveCountMax 720
Posted by: Guest on April-29-2020

Browse Popular Code Answers by Language