Autologin means than when Debian runs a session starts without entering any password.
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhi25EfvBu5p47zFiOsKkmfk_lSAPP2nfB8kDTgHTD0_uRcdE4sFmI0a_zVnzVc2QL_GuEIYP9BKrtXeIp0lb3E7KctWwsvDTaT9aQRcU1yGepqN5_2_3x-t_FUI3dqgyqC9AGsmr9u9wU/s200/Log-in.png)
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