Linux X11 Forwarding over SSH

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.

Comments

Popular Posts