aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/packages/deb/ubuntu-bionic/debian/local/vncserver.sysconfig
diff options
context:
space:
mode:
authorBrian P. Hinz <bphinz@users.sf.net>2019-10-28 21:34:11 -0400
committerBrian P. Hinz <bphinz@users.sf.net>2019-10-29 05:50:28 -0400
commitf8dd8877ad82aa55e818a25275a00bf689c7ff46 (patch)
tree387592b89d45edbca2e15fbe4e89740e610dbd41 /contrib/packages/deb/ubuntu-bionic/debian/local/vncserver.sysconfig
parenteea96c4e40cfa7a03a463c11b773331af5e17eb3 (diff)
downloadtigervnc-f8dd8877ad82aa55e818a25275a00bf689c7ff46.tar.gz
tigervnc-f8dd8877ad82aa55e818a25275a00bf689c7ff46.zip
Add build scripts for ubunto 18.04 (bionic)
Diffstat (limited to 'contrib/packages/deb/ubuntu-bionic/debian/local/vncserver.sysconfig')
-rw-r--r--contrib/packages/deb/ubuntu-bionic/debian/local/vncserver.sysconfig19
1 files changed, 19 insertions, 0 deletions
diff --git a/contrib/packages/deb/ubuntu-bionic/debian/local/vncserver.sysconfig b/contrib/packages/deb/ubuntu-bionic/debian/local/vncserver.sysconfig
new file mode 100644
index 00000000..d18d0f14
--- /dev/null
+++ b/contrib/packages/deb/ubuntu-bionic/debian/local/vncserver.sysconfig
@@ -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! For a secure way of using VNC, see this URL:
+# http://kbase.redhat.com/faq/docs/DOC-7028
+
+# Use "-nolisten tcp" to prevent X connections to your VNC server via TCP.
+
+# 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 -localhost"