ECS network error:Connection refused
检查sshd服务状态
service sshd status

检查防火墙并关闭
查看状态
service iptables status
关闭防火墙
systemctl stop firewalld.service
关闭 SeLinux
SELINUX=disabled
检查日志
less /var/log/messages

修改权限
chmod 600 /etc/ssh/ssh_host_rsa_key
启动sshd
systemctl start sshd.service
纯属记录过程。
如侵权请联系。