Software projects/OS/Slackware/Advanced usage/VNC
From Pandora Wiki
Revision as of 17:17, 18 April 2012 by Linux-SWAT (talk | contribs)
Contents
VNC is not a secure protocol
- So don't use it over an unsecured network, like internet.
- There are methods to secure VNC, one of the neatest is to drive VNC through a SSH tunnel. Will explain this later.
Pandora as a standalone VNC server
- As user, launch:
vncserver
- You're prompted to create a password, then prompted again for a view-only password, ie. for an observer-only.
- For security reasons, avoid typing the same as those you created for your Linux accounts.
- Then the vncserver starts and gives you this info:
Log file is /home/user/.vnc/darkstar:1.log
- The :1 means the server run on graphical server :1 . The normal display you use when you're under, ie. Xfce, is :0 .
- You can now connect from outside, using the port 5901. If you run a second server :2, you will connect to it using the port 5902, etc..
Export your graphical environment, ie. Xfce
- Type:
x11vnc --forever --display :0
- You can now connect from outside, using the port 5900.