]> git.pld-linux.org Git - packages/tigervnc.git/blobdiff - vncserver.sysconfig
- vncserver.{init,sysconfig) from vnc package
[packages/tigervnc.git] / vncserver.sysconfig
diff --git a/vncserver.sysconfig b/vncserver.sysconfig
new file mode 100644 (file)
index 0000000..5901eb6
--- /dev/null
@@ -0,0 +1,19 @@
+# The VNCSERVERS variable is a list of display:user pairs.
+#
+# Uncomment the lines below to start a VNC server on display :2
+# as my 'myusername' (adjust this to your own).  You will also
+# need to set a VNC password; run 'man vncpasswd' to see how
+# to do that.
+#
+# DO NOT RUN THIS SERVICE if your local area network is untrusted!
+
+# Use "-nolisten tcp" to prevent X connections to your VNC server via TCP.
+
+# Use "-nohttpd" to prevent web-based VNC clients connecting.
+
+# Use "-localhost" to prevent remote VNC clients connecting except when
+# doing so through a secure tunnel.  See the "-via" option in the
+# `man vncviewer' manual page.
+
+# VNCSERVERS="2:myusername"
+# VNCSERVERARGS[2]="-geometry 800x600 -nolisten tcp -nohttpd -localhost"
This page took 0.066391 seconds and 4 git commands to generate.