1.关闭防火墙: 命令:sudo ufw disable 2.安装openssh-server以及openssh-client: 命令:sudo apt-get install openssh-server openssh-client 3.查看22端口是否开放: 命令:netstat -tnl