Objetive: Run a X application in my Mac OS
- Run X11 in Mac OS
- Open a terminal:
nieve:~$ xhost +stark_ip (this step allows your client to connec to your server)
nieve:~$ ssh -X randradas@stark_ip
..
..
Welcome to stark
..
stark:~$ export DISPLAY=nieve_ip:0.0
stark:~$ evolution &
Now you have Evolution running in your X11 server.
1 comments:
If you connect to your remote machine over ssh with putty client, you can use x11 forwarding.
You need a xserver running on your localmachine, if you use windows you have several software: cygwin X-server, reflection, x-win32.
Open up the command putty.exe by double-click it. It will brings up the interface. First, setup the connection info in Host Name (or use IP) field and select SSH (SSH is using port 22). In Connection Category, find the Connection tree. In SSH, expand it and you will see Tunnels window. Click "Enable X11 forwarding". It is setting the default to X display at "localhost:0". Now, go back to Session and save this session with a name you like. I normally use the Host Name to make me easily remember where I am connecting to.
That's all folks,
eres un melon^4
Post a Comment