Linux X11 Forwarding over SSH

Words
33
Reading
1 min
Listen
Play
8y

ssh -X -Y user@server

Use this to run applications on your local computer from the SSH server.

Means that programs you have not installed can run if they are installed on the server.

Linux X11 Forwarding over SSH | Ecency