Autologin means than when Debian runs a session starts without entering any password.

In any case if we access by network, for example by ssh, the system will continue asking for the password.
To get this in Debian Stretch we modify the /etc/lightdm/lightdm.conf file and change the lines:
#autologin-user=
#autologin-user-timeout=0
for:
autologin-user=your_user
autologin-user-timeout=0
No comments:
Post a Comment