- 1.编辑gdm3配置文件
bash
sudo vim /etc/gdm3/custom.conf
- 2.修改内容为
bash
AutomaticLoginEnable=True
AutomaticLogin=username
3.查看和重启服务
bash
# 查看服务状态
systemctl --user status gnome-remote-desktop.service
# 重启服务
systemctl --user restart gnome-remote-desktop.service
(自动登录,主要用于MSTSC远程桌面连接)
登录后,还需要输入一次密码才能正常连接