安装ssh server: sudo apt-get install openssh-server 安装完后查看ssh server是否启动 sudo /etc/init.d/ssh status 如果没有启动,使用一下命令启动: sudo /etc/init.d/ssh start