SSH 连接太多,可能被攻击,加强防火墙控制。另外修改如下配置
ssh_exchange_identification: read: Connection reset by peer
修改:/etc/ssh/sshd_config中的
MaxStartups 100:30:200
然后重启:systemctl restart sshd
后面再查看log有没有错误的了grep "command status" toolskit.log | grep exchange
修改:/etc/ssh/sshd_config中的
MaxStartups 100:30:200
然后重启:systemctl restart sshd
后面再查看log有没有错误的了grep "command status" toolskit.log | grep exchange

被折叠的 条评论
为什么被折叠?