Hi. I'm trying to set up Xvnc server on OpenIndiana oi_148 machine to access it remotely, and I want to limit access to ssh, to enforce secured connections.
I managed to enable the service, and set properties for it as follows: inetadm -m svc:/application/x11/xvnc-inetd:default exec="/usr/X11/bin/Xvnc -inetd -query localhost passwordFile=${HOME}/.vnc/passwd -geometry 1680x1050x24 -localhost" And restarted the service: svcadm restart xvnc-inetd -localhost option is supposed to limit incoming connection to localhost only (thus limiting it to ssh for example). But even with that, Xvnc accept unencrypted (non ssh) connections from the remote machine. What am I setting wrong? Thanks, Hillel. -- This message posted from opensolaris.org _______________________________________________ desktop-discuss mailing list desktop-discuss@opensolaris.org