1、XDMCP远程连接
vi /usr/share/lightdm/lightdm.conf.d/50-ubuntu.conf
添加
greeter-show-manual-login=true
[XDMCPServer]
enabled=true
service lightdm restart
然后linux客户端就可以通过 X :5 -query IP访问了。
2、远程桌面连接
xrdp与unity或者gnome不兼容,所以先安装mate桌面
apt-get install ubuntu-mate-core ubuntu-mate-desktop xrdp
echo mate-session> ~/.xsession
service xrdp restart
然后客户端就可以通过rdesktop远程连接了。