X Window System/remote session/application

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The easier method of running a remote X session requires just a single optional argument to ssh:

  • ssh -X <account>@<machine>
  1. REDIRECT Template:fmt/arg/opt

This causes any X commands invoked during the remote session to run using your local machine's X server.

Note that some GUI applications, including Firefox and Thunderbird, are configured to look for a locally-running copy and, if found, bring that to the foreground instead of running on the remote system and merely displaying locally. Such applications typically have command-line options to suppress this behavior, e.g.:

  • firefox --no-remote
  • thunderbird --no-remote