Questions tagged [xdmcp]

X Display Manager Control Protocol (XDMCP) is used for communicating between user's local X server and a remote X display manager. The primary purpose of the protocol is to provide a uniform mechanism for offering X login service independent of any particular host or implementation.

In XDMCP the local X server asks a remote display manager to initiate connection and to negotiate a session which can be then used for controlling graphical user interfaces of programs on the remote machine. XDMCP can be considered as graphical telnet protocol and it shares the same security problem of unencrypted authentication. For this reason X traffic should be run through a secure channel such as ssh tunnel if there is a possibility of someone intercepting the traffic (see x11-forwarding).

5 questions
1
vote
3 answers

Are there any secure alternatives to XDMCP?

Are there any secure alternatives to XDMCP (A Linux remote desktop protocol)? I'd like to set up some thin clients -- UI heads (old computer + mouse + keyboard) connected to VMs on a fast server. ssh -Y doesn't quite cut it, since this would be for…
gatoatigrado
  • 16,580
  • 18
  • 81
  • 143
0
votes
8 answers

Remote X Display with Fedora 10 running KDM and XFCE

I am developing a JSF web application on a Windows box using Emacs as my editor but I far prefer to use Emacs in a Linux environment. In the (somewhat distant) past it was a no-brainer to use a remote X display to accomplish this very useful…
pajato0
  • 3,628
  • 3
  • 31
  • 37
0
votes
0 answers

RHEL 7 GUI access

I need a replacement browser. Currently we use Exceed to access our RHEL 6.4 box. Works pretty well. Now, on our replacement RHEL 7.2 box, XDMCP with GDM does not work. Why is not important, but it seems to lead back to an install from the OEM.…
KrisC
  • 79
  • 12
0
votes
1 answer

XWin via Cygwin asks password every time I change keyboard layout

I use Cygwin/X for using of XWin. But every time I wand to change keyboard layout I get prompt window with assking for my password. In Details->Action it is org.freedesktop.accounts.change-own-user-data XWin is launche with next command line. run…
Yuriy
  • 377
  • 1
  • 2
  • 10
0
votes
2 answers

X session, but only remote

I would like to setup a small computer (Raspberry Pi) running Arch Linux to accept remote X sessions. Doing this usually means setting up Xorg server and running one of the Display Managers. I have done this before, and I will go this route if I…
mikijov
  • 1,552
  • 24
  • 37