About 1,900,000 results
Open links in new tab
  1. How to forward X over SSH to run graphics applications remotely?

    X11 forwarding needs to be enabled on both the client side and the server side. On the client side, the -X (capital X) option to ssh enables X11 forwarding, and you can make this the …

  2. How does ssh -X function? - Unix & Linux Stack Exchange

    Aug 17, 2010 · The application runs remotely, except the X components (i.e. rendering the x-commands etc) which are running locally. Every client application usually uses the local X …

  3. command line - How to start X application from SSH - Ask Ubuntu

    Jun 8, 2015 · from man ssh-X Enables X11 forwarding. This can also be specified on a per-host basis in a configuration file. X11 forwarding should be enabled with caution. Users with the …

  4. What is the difference between `ssh -Y` (trusted X11 forwarding) …

    -X was originally intended to enable the X Security extension of the 1990's, but that is old and inflexible, and crashes some programs, and so is ignored by default. Both ssh -Y and -X let …

  5. xterm - difference between SSH -X and ssh -Y - Stack Overflow

    Jan 7, 2015 · Please refer to the ssh -Y option and the ForwardX11Trusted directive in ssh_config(5) for more information. -Y Enables trusted X11 forwarding. Trusted X11 …

  6. linux - set-up X11 Forwarding over ssh - Stack Overflow

    Oct 25, 2013 · You should not need either X11DisplayOffset or X11UseLocalhost, but check with ssh -vvv -X remotehost and make sure it's specifying that initiating the remote X connection. If …

  7. xserver - Remote x-server with ssh -X - Ask Ubuntu

    Simply start individual remote applications using ssh -X [email protected] xclock. Assuming XDMCP is enabled on the remote machine... 2a. Use Xnest -query 192.168.1.107 -geometry …

  8. xorg - X11 forwarding in SSH - Ask Ubuntu

    ssh man page:-X Enables X11 forwarding. This can also be specified on a per-host basis in a configuration file. X11 forwarding should be enabled with caution. Users with the ability to …

  9. ssh - How to remotely log in with full graphical desktop over X11 ...

    Dec 2, 2016 · First, start your X server: X -nolisten tcp :0 now change to another virtual console (e.g., hit ctrl+alt+f2), and type: DISPLAY=:0 ssh -XC <host> startkde Now switch back to the …

  10. What is the `ssh -X` equivalent for Wayland?

    An answer to How to forward X over SSH to run graphics applications remotely? explains how to forward GUI applications via an X11-compliant display server (like XOrg). However, I see no …

Refresh