sudo apt-get install openssh-server //安装ssh服务
ps -ef | grep ssh //查看服务是否开启
/etc/init.d/ssh start //开启ssh服务