User Tools

Site Tools


linux:x11:forwarding

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:x11:forwarding [2023/10/19 10:34] – [remote to local] mslinux:x11:forwarding [2023/10/19 10:48] (current) ms
Line 3: Line 3:
 <code> <code>
 ssh -X user@remote ssh -X user@remote
-start X11-app+xeyes
 </code> </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.1697704485.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