177 - XDMCP
Scan:
Nmap:
Xepher
https://doc.rogerwhittaker.org.uk/Xephyr/
Xephyr -from 192.168.0.42 -query 192.168.0.41 -screen 800x600 :1
Note: Make sure you add '-from', if not added the XDMCP won't know where to send the screen back to.
Remmina
install xdmcp support:
Apt install remmina-plugin-xdmcp
Press 'new connection profile' and change protocol to XDMCP
Xnest
Install:
apt-get install xnest
Run:
Xnest -ac -query ip_address :1 -geometry 1024x768
Enable XDMCP on Ubuntu host
Ubuntu 12.04 LTS uses lightdm by default. XDMCP is disabled by default but can be enabled by adding the following to "/etc/lightdm/lightdm.conf":
Restart lightdm after this:
sudo restart lightdm
and execute:
xhost +
Last updated