Thanks, but what would be the proper way to configure it then? I'm trying to make that login screen would be shown on connection. It doesn't work at all (connection is being closed) when removing -inetd.
Thanks, Hillel. On Wed, Mar 16, 2011 at 5:28 PM, Alan Coopersmith < alan.coopersm...@oracle.com> wrote: > On 03/16/11 02:16 PM, Hillel Lubman wrote: > > 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? > > Since the incoming socket is handled by inetd, I don't think you can use > -localhost to make Xvnc limit it after the socket is open. > > -- > -Alan Coopersmith- alan.coopersm...@oracle.com > Oracle Solaris Platform Engineering: X Window System > > _______________________________________________ > desktop-discuss mailing list > desktop-discuss@opensolaris.org >
_______________________________________________ desktop-discuss mailing list desktop-discuss@opensolaris.org