xshell链接ubuntu16
用xshell 链接 ubuntu16 失败 ,是因为没有装 ssh 服务
sudo apt-get install openssh-server //安装ssh服务
ps -ef | grep ssh //查看服务是否开启
/etc/init.d/ssh  start      //开启ssh服务
sudo apt-get install openssh-server //安装ssh服务
ps -ef | grep ssh //查看服务是否开启
/etc/init.d/ssh  start      //开启ssh服务