links
1. Open x connection from a remote server.
* Make sure x window system is running in the local host.
| # xhost + (accept any target hosts.) |
| # xhost [host_name1] [host_name2] (accept a specific target host.) |
2. Login a target server with ssh.
| # ssh [user_name ]@192.168.17.30 # [Enter password] |
3. Display a application in the local server.
| # xeyes -display 192.168.1.1:0 |
or
| # export DISPLAY=192.168.1.1:0 # xeyes |