ssh - nologin

If you see the following error message

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

it is likely means that your target system has a /run/nologin file

nologin displays a message that an account is not available and exits non-zero. It is intended as a replacement shell field to deny login access to an account.

Having the /run/nologin will prevent you from logging in remotely into the system.

You can safely remove /run/nologin if you do not need this mechanism.

Comments

Popular Posts