PDA

View Full Version : VNC server Query


yogeshkk2
3rd February 2012, 11:13 AM
Hi all,

I want to secure my VNC connection to my Fedora Box using SSH, So I have done the following:

vi /etc/sysconfig/vncservers

VNCSERVERS="1:visitor"

VNCSERVERARGS[1]="-nolisten tcp -localhost"

<where visitor is username>

Now I want to deny server to listen on TCP so I have applied '-nolisten tcp' option. but after that when I check connections using

netstat -a |grep vnc

it shows connected with TCP connection!!


What to do..? It should not allow TCP connections.. Kindly someone explain!


Millions of thanks in Advance!
:blink: