from wiki

This commit is contained in:
Randy Bush 2020-07-04 14:42:19 -07:00
parent a51a6bc577
commit 6f4be824c9

14
pages/Xvnc.md Normal file
View file

@ -0,0 +1,14 @@
# Installing Xvnc
```
apt-get install tightvncserver
vncserver -localhost -nolisten tcp
```
Then set up the usual SSH tunnel and you're there.
Xvnc will run fine without the options, but one really should lock down access.
"-localhost" tells Xvnc to listen for VNC clients only on the loopback interface
"-nolisten tcp" tells Xvnc to listen for X11 clients only on the PF_UNIX socket in /tmp/.