User Tools

Site Tools


linux:x11:forwarding

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
linux:x11:forwarding [2023/10/19 10:34] – created mslinux:x11:forwarding [2023/10/19 10:48] (current) ms
Line 1: Line 1:
 ====== X11 Weiterleitungen ====== ====== X11 Weiterleitungen ======
 ===== remote to local ===== ===== remote to local =====
 +<code>
 ssh -X user@remote ssh -X user@remote
-start X11-app+xeyes 
 +</code>
  
 +===== local to remote =====
 +<code>
 +# on remote pc
 +ssh user@local
 +echo $DISPLAY
 +localhost:10.0
 +# session offen lassen
  
 +# on local pc
 +DISPLAY=:10.0 xeyes
 +</code>
 +<code>
 +ssh user@remote
 +export DISPLAY=:0
 +xeyes
 +</code>
linux/x11/forwarding.1697704453.txt.gz · Last modified: 2023/10/19 10:34 by ms

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki