On Mar 18, 2009, at 21:09, Grant Erickson wrote:
On 3/18/09 8:55 PM, Jeremy Huddleston wrote:
On Mar 18, 2009, at 20:23, Grant Erickson wrote:
I am not using SSH X11 forwarding
You should.
Thanks, I'll look into it. Because the connections in question here are only within the boundaries of the on-premise network, the security risk of not doing so is negligible.
Yeah, but it also makes things easier ;) Just edit sshd_config on the remote side and ssh_config on the local side.
This all worked OK under Tiger. Any thoughts on what I might be missing or miss-setting here?
Maybe the X server on aesop isn't :0. What does 'ps x | grep X11' report?
% ps x | grep X11 7345 ?? S 0:00.02 /bin/sh /usr/X11/bin/startx 7416 ?? S 0:00.01 xinit /usr/X11/lib/X11/xinit/xinitrc -- /usr/X11/bin/X :0 -auth /Users/gerickson/.serverauth.7345 7417 ?? S 0:00.32 /usr/X11/bin/X :0 -auth /Users/gerickson/.serverauth.7345
You're using xauth, so you need to install the auth cert on the other system. I'm guessing you want to skip that, so you need to disable the Authenticate connections option in X11 Preferences (restart is required).