Am 06.04.2012 15:41, schrieb R. Welsh:
> I have used X11VNC Server for just this task.  It provides an easy to
> use GUI we well as port definition control, password control, etc.  You
> might give this a shot.

no need for this

"yum install tigervnc-server-module" and configure X11
to provide a VNC server for display 0 on Port 5900

this port should be closed with iptables and only
used with SSH-Forwarding, works fine since years

[root@srv-rhsoft:~]$ cat /etc/X11/xorg.conf.d/02-vnc.conf
Section "Module"
 Load        "vnc"
EndSection

Section "Screen"
 Identifier  "Screen0"
 Option      "passwordFile" "/root/.vnc/passwd"
EndSection

Attachment: signature.asc
Description: OpenPGP digital signature

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to