|
Posted by Eric Lubow
|
Instead of using "xhost +" to open up access to the X server, be more specific. Use the server name that you are allowing control to:
xhost +storm:0.0
Once you are done using it, remember to disallow access to the X server from that host:
xhost -storm:0.0
Powered by AkoComment! |