现象:
Connecting to 192.168.217.130:22... Could not connect to '192.168.217.130' (port 22): Connection failed.
一、安装ssh.service
sudo apt-get install openssh-server
二、启用ssh.service
systemctl enable ssh.service
三、启动ssh.service
service sshd start
四、测试