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
< X Window System‎ | remote session
Revision as of 21:25, 9 October 2015 by Woozle (talk | contribs) (extracted from parent article)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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