在 macOS 上用 SSH 连接服务器总是会自动断开,以前是用 screen 凑合着用,最近找到了解决方法:
编辑 ~/.ssh/config 文件,内容如下:
~/.ssh/config
Host * ServerAliveInterval 30 ServerAliveCountMax 3