Answers for "increase ssh session timeout linux"

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language