x2x allows you to glue to X screens together (use the keyboard and mouse of one on the other). But the X tcp port needs to be open for this to work.
SSH provides a nice way to forward X connections through the SSH connection. But how can it be used together with x2x?
ssh -fX $host "x2x -west -from \$DISPLAY -to :0"