[mca1001] / doodles / ssh-x11backward.txt  

mca1001: doodles/ssh-x11backward.txt

File: [mca1001] / doodles / ssh-x11backward.txt (download)
Revision: 1.1, Mon Sep 18 15:31:32 2006 UTC (3 years, 11 months ago) by mca1001
Branch: MAIN
CVS Tags: HEAD
mechanised at last

Stick this in .ssh/config
  LocalForward 6009 destbox:6000

destbox being localhost, ideally; unless you're happy to send
plaintext X11 from the ssh remote to the X server

On the ssh client

 export DISPLAY=localhost:9
 ssh destbox xauth list :0 | perl -pe 's/^\S+/add :9/' | xauth source -

Repository owner

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help