You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

vncserver.sysconfig 765B

12345678910111213141516171819
  1. # The VNCSERVERS variable is a list of display:user pairs.
  2. #
  3. # Uncomment the lines below to start a VNC server on display :2
  4. # as my 'myusername' (adjust this to your own). You will also
  5. # need to set a VNC password; run 'man vncpasswd' to see how
  6. # to do that.
  7. #
  8. # DO NOT RUN THIS SERVICE if your local area network is
  9. # untrusted! For a secure way of using VNC, see this URL:
  10. # http://kbase.redhat.com/faq/docs/DOC-7028
  11. # Use "-nolisten tcp" to prevent X connections to your VNC server via TCP.
  12. # Use "-localhost" to prevent remote VNC clients connecting except when
  13. # doing so through a secure tunnel. See the "-via" option in the
  14. # `man vncviewer' manual page.
  15. # VNCSERVERS="2:myusername"
  16. # VNCSERVERARGS[2]="-geometry 800x600 -nolisten tcp -localhost"