You can use X forwarding with ssh if it is allowed on the server (see ForwardX11Trusted directive for the ssh server configuration file). On your client, you must run ssh with the -X argument to enable X forwarding. This requires X support from the client (for example, if Linux, OS X, etc. are running on your local computer)
source
share