Sunday, March 20, 2016

Enabling X11 Forwarding

Login to where you can access the GUI
Open the terminal
Click on SSH
Click on X11
Select “Enable X11 forwarding”
6          Login with individual ID
Hidden file namely Xauthority will be created under /home/<your user id>
Echo $DISPLAY
Run /usr/openwin/bin/xauth list, Will display the x11 session cookies.
Sudo su – oracle
/usr/openwin/bin/xauth add <Entire line from the above step)
Echo $DISPLAY
Export DISPLAY=<output of Step 9>
Echo $DISPLAY
Type xclock or /usr/openwin/bin/xclock

No comments:

Post a Comment