|
|
|
|
|
by icedchai
986 days ago
|
|
You can just "ssh -X" into your remote server, then run an app. SSH will configure X authentication for you (the "magic cookie stuff") and set up the "DISPLAY" environment variable to forward X11 connections over an encrypted tunnel. The app will display on your local desktop. It will even work on a Mac, if you install XQuartz. |
|