链接不了阿里云服务器ssh_exchange_identification: read: Connection reset by peer

错误:
ssh_exchange_identification: read: Connection reset by peer

官网的解决方案地址(没效果)
https://help.aliyun.com/knowledge_detail/41485.html

解决方案1:
1.修改/etc/ssh/sshd_config中#MaxStartups 10,将其改为MaxStartups 1000
2.重启SSH服务,service sshd restart

解决方案2:
把ip加入云盾白名单 地址

你可能感兴趣的:(链接不了阿里云服务器ssh_exchange_identification: read: Connection reset by peer)