PVE创建CT,Ubuntu20.04的LXC容器,无法SSH问题,开启ROOT登录

无法SSH的问题是Ubuntu的安全选项问题,只需要修改ssh配置文件即可

直接在PVE的控制台中编辑

nano /etc/ssh/sshd_config

修改 root登录
PermitRootLogin without-password

PermitRootLogin yes

修改 密码登录
PasswordAuthentication no

PasswordAuthentication yes

然后重启sshd
systemctl restart sshd

https://www.280i.com/tech/11726.html

留下评论

您的电子邮箱地址不会被公开。 必填项已用 * 标注

7 + 1 =