There are various way to get something run remotely but give the control back to local..

err.. in other word.. get the display to local instead of remote… but process actually running on remote..

there are tools like.. VNC, Open NX , Exceed.. and many more..

but the simplest one turn out to be .. with SSH tunneling :

<p>128ea35cbec13809bb32aa7a7f659c7d000</p>

or ..

<p>128ea35cbec13809bb32aa7a7f659c7d001</p>

from there.. just run the command..

“xclock”

“firefox”

and whatsoever.. :)

.. from the SSH manual ..

” -X Enables X11 forwarding. This can also be specified on a per-host
basis in a configuration file.

X11 forwarding should be enabled with caution. Users with the
ability to bypass file permissions on the remote host (for the
user’s X authorization database) can access the local X11 display
through the forwarded connection. An attacker may then be able
to perform activities such as keystroke monitoring.

For this reason, X11 forwarding is subjected to X11 SECURITY
extension restrictions by default. Please refer to the ssh -Y
option and the ForwardX11Trusted directive in ssh_config(5) for
more information.

-x Disables X11 forwarding.

-Y Enables trusted X11 forwarding. Trusted X11 forwardings are not
subjected to the X11 SECURITY extension controls.

p/s : .. being local does NOT mean that we can’t be anywhere else.. :)