SSH - running programs with a graphical interface
· 3 min read
To run a desktop application with a graphical interface on a server connected via the SSH console, you need to add the -Y
or -X
argument to the ssh
command (see ssh man).
To run a desktop application with a graphical interface on a server connected via the SSH console, you need to add the -Y
or -X
argument to the ssh
command (see ssh man).