To be allowed to remotely execute commands, your system either needs an entry in the remote system's /etc/hosts.equiv file or in a .rhosts file in your account. Test with the command
rsh remote_system hostname.
If it prints the remote system name, this is not a problem. If it
doesn't, you need a .rhosts file. If quasar is the remote system, and
pathogen is where your X environment is running, create a .rhosts file
on quasar containing the line:
pathogen.ecst.csuchico.edu yourname
The following command sends your MIT-MAGIC-COOKIE keys to the remote system: /usr/bin/X11/xauth extract - $DISPLAY | rsh remote_system \ /usr/bin/X11/xauth merge -
So, a menu.personal entry for quasar could look like this:
"quasar" f.exec "/usr/bin/X11/xauth extract - $DISPLAY | rsh quasar
/usr/bin/X11/xauth merge - ; xrcmd quasar xterm -n quasar"