《Ubuntu问》How to increase SSH Connection timeout?

《Ubuntu问》

How to increase SSH Connection timeout?


Setting

vim ~/.ssh/config
# add ~/.ssh/config
#...
Host *
    ClientAliveInterval 120
    ClientAliveCountMax 720
    #ClientAliveCountMax 0
    #ServerAliveInterval 0
#...
sudo /etc/init.d/sshd restart

Refereces

Comments

Popular posts from this blog

英语口语

Ruby语言专用工具讲座:Exerb

《问》What are the differences between more and less?