For those of u who wanna try remote login in Linux (I use Ubuntu HH in this case),..U can try to enable XDMCP (XDMCP is the protocol that allows remote login. ) protocol..
In the terminal please type:
sudo vi /etc/gdm/gdm.conf
gdm.conf is a read-only file, so we must login as root 🙂
then edit the XDMCP part of the file
“Enable=true”
then restart the GDM..
sudo /etc/init.d/gdm restart
then it will show u list of remote logins (if there is more than 1 remote logins,..if only one,then u will just see 1 remote login option)
—
Leave a Reply