Ubuntu GDM Auto Login
Do you want to auto login a remote computer to Gnome using SSH? I will setup VNC but forget to setup auto login and realize this after I reboot the computer.
# edit gnome preferences
sudo pico /etc/gdm/gdm.conf
# edit gdm.conf and add the user you want to auto login
AutomaticLoginEnable=true
AutomaticLogin=branflake2267
# this will log you in
sudo /etc/init.d/gdm restart
# edit gnome preferences
sudo pico /etc/gdm/gdm.conf
# edit gdm.conf and add the user you want to auto login
AutomaticLoginEnable=true
AutomaticLogin=branflake2267
# this will log you in
sudo /etc/init.d/gdm restart