On 3/19/07, mouline <[EMAIL PROTECTED]> wrote:
After googling a little bit all is fine when accepting X Session from remote host by doing : bash-3.0$ xhost +IP@ of the remote host:
This allows *anyone* from the remote host to connect to your X server and steal your window contents and keystrokes, or introduce keystrokes into your session. Don't use 'xhost', use 'xauth' instead. Even better, use 'ssh -X' or 'ssh -Y' to log in to the remote server and then let 'ssh' tunnel the X traffic for you.
last question the DISPLAY number change after every user disconnection ? can you explain how it is generated ? is it function to the User's login and DTU mac address ?
The display number for your Sun Ray session is allocated dynamically. You usually get the lowest display number that happens to be available at the time your session is created. It is not related to the DTU ID or to a user ID. OttoM. __ ottomeister Discalimer: These are my opinions. I do not speak for my employer. _______________________________________________ SunRay-Users mailing list [email protected] http://node1.filibeto.org/mailman/listinfo/sunray-users
