Merle Reinhart <[email protected]> <db3pr01mb0764312618e5b3b1b8297c2dc7...@db3pr01mb0764.eurprd01.prod.exchangelabs.com> writes: > If you use ssh -Y then ssh should automagically manage it all (assuming you > trust the servers you are connecting to).
Yeah ... it's working fine for me on Yosemite. > One thing to check is that your system has the Xquartz added xauth > entries at the bottom of the /etc/sshd_config and /etc/ssh_config files. This is likely the root of Anthony's issue; I seem to recall having noted some problems with those files during my last upgrade. I do not see anything of note in /etc/sshd_config, but that wouldn't be relevant for ssh'ing out anyway. The tail of my /etc/ssh_config is # VisualHostKey no # ProxyCommand ssh -q -W %h:%p gateway.example.com # XAuthLocation added by XQuartz (http://xquartz.macosforge.org) Host * XAuthLocation /opt/X11/bin/xauth If you're afraid to monkey with that file by hand, reinstalling XQuartz would probably fix it for you. regards, tom lane _______________________________________________ Do not post admin requests to the list. They will be ignored. X11-users mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/x11-users/archive%40mail-archive.com This email sent to [email protected]
