1.ssh安装
sudo apt install ssh
2.开启自启动、启动ssh服务
systemctl enable ssh service ssh restart
遇到的问题:
1. root账号无法登录
sudo vim /etc/ssh/sshd_config 修改 PermitRootLogin prohibit-password 为 PermitRootLogin yes
sudo apt install ssh
systemctl enable ssh service ssh restart
遇到的问题:
1. root账号无法登录
sudo vim /etc/ssh/sshd_config 修改 PermitRootLogin prohibit-password 为 PermitRootLogin yes