Vnc Passwd File / Multiple Independent VNC Connections
William Hooper
whooper "at" freeshell.org
Wed Jun 2 19:13:00 2004
Carlos Sunden said:
> Hello,
>
> While reading an article at
> http://www.linuxjournal.com/article.php?sid=5499
> It refers to starting the VNC server at boot up, and editing the passwd
> file.
Yes, each user needs a passwd file.
> However, if the vncserver has a password assigned already, this means the
> passwd file in the /root/.vnc is being used?
No, /root/.vnc/passwd is only used for the root user. Notice the "su -"
in front of the command. This changes to the assigned user and starts
VNC.
Using their example of jdimpson, you would need a
/home/jdimpson/.vnc/passwd file. If this file doesn't exist, the jdimpson
VNC session wouldn't start.
--
William Hooper