User Tools

Site Tools


linux:x11:forwarding

This is an old revision of the document!


X11 Weiterleitungen

remote to local

ssh -X user@remote
xeyes

local to remote

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

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