美文网首页
The semaphore timeout period has

The semaphore timeout period has

作者: DBA成长之路 | 来源:发表于2019-03-15 15:04 被阅读0次

故障描述:

The semaphore timeout period has expired


QQ图片20190315200125.png

解决办法:

# vi /etc/ssh/sshd_config

GG到文件末尾,增加下面2行:
ClientAliveInterval 60
ClientAliveCountMax 3

# service sshd reload
然后就解决问题了。

相关文章

网友评论

      本文标题:The semaphore timeout period has

      本文链接:https://www.haomeiwen.com/subject/zfzlmqtx.html