ssh centos 报错 Unprivileged users are not permitted to log in yet

创建日期: 2023-05-30 19:13 | 作者: 风波 | 浏览次数: 14 | 分类: OS

使用 ssh 登录 centos 的时候报错

System is booting up. Unprivileged users are not permitted to log in yet. Please come back later. For technical details, see pam_nologin(8)

修复方法:删除/run/nologin即可

ls -l /run/nologin
rm /run/nologin
14 浏览
13 爬虫
0 评论