Answers for "ssh connection timeout"

1

ssh connection timeout

$ sudo vi /etc/ssh/sshd_config # in server

#Add the following
ClientAliveInterval  1200
ClientAliveCountMax 3

$ sudo systemctl reload sshd
# Remember timeout value in seconds = ClientAliveInterval * ClientAliveCountMax
Posted by: Guest on October-26-2020
0

ssh connection timeout

$ sudo vi /etc/ssh/sshd_config
Posted by: Guest on October-26-2020
0

ssh connection timeout

ClientAliveInterval  1200
ClientAliveCountMax 3
Posted by: Guest on October-26-2020

Code answers related to "ssh connection timeout"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language