a. sudo apt-get update b.sudo apt-get install openssh-server c.sudo ps -e |grep ssh 出现sshd,说明ssh服务已经启动 如果没有,输入"sudo service ssh start" d.