终端上ssh到服务器一段时间不操作就会卡住,得关闭窗口。打开新Tab重连,找了下配置,
以下内容写到 ~/.ssh/config 中:
Host * ServerAliveInterval 120 ConnectTimeout 240- from the5fire.com
----EOF-----
微信公众号:Python程序员杂谈
微信公众号:Python程序员杂谈
关注Python、Django、Vim、Linux、Web开发、团队管理和互联网--Life is short, we need Python.
终端上ssh到服务器一段时间不操作就会卡住,得关闭窗口。打开新Tab重连,找了下配置,
以下内容写到 ~/.ssh/config 中:
Host * ServerAliveInterval 120 ConnectTimeout 240- from the5fire.com