ubuntu18.04默认安装不带ssh,需要安装
apt-get install openssh-server
启动
systemctl start sshd systemctl enable sshd
查看
lsof -i:22