User Tools

Site Tools


linux:x11:forwarding

X11 Weiterleitungen

remote to local

ssh -X user@remote
xeyes

local to remote

# on remote pc
ssh user@local
echo $DISPLAY
localhost:10.0
# session offen lassen

# on local pc
DISPLAY=:10.0 xeyes
ssh user@remote
export DISPLAY=:0
xeyes
linux/x11/forwarding.txt · Last modified: 2023/10/19 10:48 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