Hi all,
I just managed to acces my VPS via X11, using XDMCP and and entry in
inetd.conf:
vnc stream tcp nowait nobody /usr/bin/Xvnc Xvnc -inetd -query 127.0.0.1
-once -depth 16 -geometry 1024x768 securitytypes=none
That way i can simply open an X11 session (note: there is no need to use
an extra vnc password)
I wonder if it is possible to setup something similar to get an console
login using linuxvnc or vncommand? I want to avoid setting an extra vnc
password, and use a standard login instead.
- Dietmar