1 sudo apt-get install openssh-server
2 检查sshd服务是否开启
ps -ef| grep ssh
3 若没有启动,可以执行service ssh start
[db:关键字]