I got x2x working :) It was xauth problems, so first I added my magic cookie to the appropriate computer. Then I discovered a shell script that made it work:
It can be found on this website: http://www.cs.washington.edu/homes/klee/misc/x2x.html #!/bin/sh kill `/sbin/pidof x2x` > /dev/null 2>&1 # The host to which your preferred input devices are attached. HOST_FROM=stealth # The remote host where you want to use your devices HOST_TO=gladiator #SSH_TO_OPTS="-n -q -F $HOME/.ssh/x2xconfig -x $HOST_TO" #SSH_FROM_OPTS="-n -q -F $HOME/.ssh/x2xconfig -X $HOST_FROM" SSH_TO_OPTS="-n -q -x $HOST_TO" SSH_FROM_OPTS="-n -q -X $HOST_FROM" X2X_CMD="/usr/X11R6/bin/x2x -from $HOST_FROM\:0.0 -to \\\$DISPLAY -east -resurface" ssh $SSH_TO_OPTS "env DISPLAY=:0.0 ssh $SSH_FROM_OPTS $X2X_CMD" So long story short, I love it and recommend to all -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list