Timeline for How to forward X over SSH to run graphics applications remotely?
Current License: CC BY-SA 4.0
9 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 8 at 12:28 | comment | added | Vilinkameni |
@41754 While the setting is misleadingly named X11DisplayOffset, its description states that it just specifies the first available display number: "Specifies the first display number available for sshd(8)'s X11 forwarding. This prevents sshd from interfering with real X11 servers. The default is 10."
|
|
| Mar 19, 2021 at 13:00 | comment | added | bartolo-otrit |
AddressFamily inet in sshd_config helps if "X11 forwarding request failed on channel 0" error raises (source)
|
|
| Feb 7, 2021 at 18:00 | comment | added | Serge Stroobandt |
On the client side, a significant speedup can be achieved by enabling compression through the -C option, as in: $ ssh -X -C blyman@the-server
|
|
| S Feb 7, 2021 at 16:35 | history | suggested | Serge Stroobandt | CC BY-SA 4.0 |
Inline formatting of command, paths and variables + a bit of grammar
|
| Feb 7, 2021 at 14:45 | review | Suggested edits | |||
| S Feb 7, 2021 at 16:35 | |||||
| Jul 23, 2019 at 20:07 | comment | added | 41754 | It's a display offset of 10! :D | |
| Oct 31, 2015 at 22:34 | comment | added | m3nda |
Wow, thank you so much for your anwer. I was doing everything good except the export DISPLAY=:10. I never guessed that number of display.
|
|
| Sep 13, 2012 at 22:03 | review | First posts | |||
| Sep 18, 2012 at 10:18 | |||||
| Aug 30, 2012 at 19:03 | history | answered | Belden | CC BY-SA 3.0 |