最新回答 / 有梦想的塔姆
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
2021-07-29