Thread
:
VNC Server or a like?
View Single Post
SubCore
2010-03-26 , 19:02
Posts: 850 | Thanked: 626 times | Joined on Sep 2009 @ Vienna, Austria
#
9
having a vnc server running -forever without any security is very risky IMO.
at the very least you should protect it with a simple password:
run
Code:
x11vnc -storepasswd
as root once, this will prompt you for a password and save the file as /root/.vnc/passwd
to use this passwd file, change the command in your event.d:
Code:
/usr/bin/nohup /usr/bin/x11vnc -forever -usepw &
__________________
"What we perceive is not nature itself, but nature exposed to our method of questioning."
-- Werner Karl Heisenberg
Quote & Reply
|
SubCore
View Public Profile
Send a private message to SubCore
Find all posts by SubCore