Forwarding X connections in ssh
From Tekkotsu Wiki
If you ssh into a robot from a laptop or workstation and want to run an editor like gedit, you will need to tell ssh to forward the X connection info from the workstation. You do this with the -X switch. Exanples:
ssh -X user@myrobot
ssh -X user@192.168.1.123


