If I ssh into a server using ssh -X unixserver.com, I can run a command which opens a graphical application and the window will show on my current computer.
I want the same to happen when I ssh into a normal desktop computer (specifically a mac). Like this, ssh -X mymac.com. However, when I do this it just loads the window on the remote machine - not my current machine.