from wiki
This commit is contained in:
parent
a51a6bc577
commit
6f4be824c9
1 changed files with 14 additions and 0 deletions
14
pages/Xvnc.md
Normal file
14
pages/Xvnc.md
Normal 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/.
|
||||
Loading…
Add table
Add a link
Reference in a new issue