1、vim /etc/ssh/ssh_config 打开ssh的配置文件
2、打开22端口
3、重启sshd:systemctl restart sshd
4、设置sshd开机启动:systemctl enable sshd
5、如果还不行就直接关闭防火墙,或者在防火墙里面打开22端口