ps -ef |grep ssh 查看有没有ssh 没有进行下载
sudo apt-get update
sudo apt-get install ssh 进入 /etc/ssh/sshd_config 文件下 vim下面两句话 PermitRootLogin yes PubkeyAuthentication no
保存后重启 sudo /etc/init.d/ssh restart
试一下切换为管理员在运行
参考以下两篇文章进行配置以后就好了
https://www.cnblogs.com/Robert-huge/p/5828590.html
https://blog.csdn.net/qq_29232943/article/details/80008418
宿主机是不是64位的
重新安装一次
可以看