]> git.pld-linux.org Git - packages/tigervnc.git/blame - vncserver.sysconfig
- build fails w/o fltk-devel, added BR
[packages/tigervnc.git] / vncserver.sysconfig
CommitLineData
d76ad120
MK
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 untrusted!
9
10# Use "-nolisten tcp" to prevent X connections to your VNC server via TCP.
11
12# Use "-nohttpd" to prevent web-based VNC clients connecting.
13
14# Use "-localhost" to prevent remote VNC clients connecting except when
15# doing so through a secure tunnel. See the "-via" option in the
16# `man vncviewer' manual page.
17
18# VNCSERVERS="2:myusername"
19# VNCSERVERARGS[2]="-geometry 800x600 -nolisten tcp -nohttpd -localhost"
This page took 0.030663 seconds and 4 git commands to generate.