I use a server with reverse connection i.e. :
on the client :
Code: Select all
vncviewer -listen 5900 -dsmplgin SecureVNCPlugin.dsm
Code: Select all
winvnc -connect host:5900
Code: Select all
DSMPlugin=SecureVNCPlugin.dsm
DSMPluginConfig=SecureVNC;0;0x00104001;
SocketConnect=0
Is it possible to don't use a password?
Thanks