江苏省吴江市双板桥路3号兴源网络
0512-63028342
ly@wjxy.net.cn
Windows
C:\Users\你的用户名\.ssh
.ssh
config
Host *
ServerAliveInterval 30
ServerAliveCountMax 3
——————————————————————————–
Linux
# 编辑或创建config文件 vim ~/.ssh/config添加以下内容(作用于所有服务器):
# 编辑或创建config文件 vim ~/.ssh/config
Host * # 客户端每隔30秒向服务器发送一次心跳 ServerAliveInterval 30 # 允许3次无响应后断开 ServerAliveCountMax 3
要发表评论,您必须先登录。