使用 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
使用 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