linux:x11:forwarding
This is an old revision of the document!
Table of Contents
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