Disable Auto Login on Raspberry Pi OS Lite
Raspberry Pi OS Lite (available from https://www.raspberrypi.com/software/operating-systems/ ) is extremely light wait and has no Graphical User Interface (GUI) making it perfect for use as a server. The default auto login configuration is less than ideal for server use though.
Thankfully, it’s not too hard to disable it just by following these steps:
-
Run
sudo raspi-config
-
Select
1 System Options
-
Select
S5 Boot / Auto Login
-
Select
B1 Console
-
Select
<Finish>
-
Select
<Yes>
to reboot and apply changes
That’s all there is to it!