开启密码登录
- 编辑配置文件
vi /etc/ssh/sshd_configPasswordAuthentication yes
- 重启 SSH 服务
systemctl restart sshd
开启 root 用户远程登录
- 编辑配置文件
vi /etc/ssh/sshd_configPermitRootLogin yes
- 重启 SSH 服务
systemctl restart sshd
写的不好,仅供参考
PasswordAuthentication yes
systemctl restart sshd
PermitRootLogin yes
systemctl restart sshd
写的不好,仅供参考