安装ssh服务
sudo apt-get install openssh-server
查看ssh服务是否开启
ps -e | grep ssh
重启ssh服务
sudo /etc/init.d/ssh restart
如果显示为:公钥登陆,修改/etc/ssh/sshd_config文件
PermitRootLogin yes删除前面的#注释
查找PasswordAuthentication no改为PasswordAuthentication yes