On Tue, Dec 06, 2005 at 10:25:23AM -0600, Christopher L. Barnard wrote:
> I have two identical Sun Solaris 9 servers. Both are running OpenSsh
> version 4.2p1. Both have identical ssh_config and sshd_config files. One
> allows me to run X programs and they are displayed back on my desktop.
> The other one reports
>
> Error: Can't open display:
[...]
Try adding "XAuthLocation /usr/openwin/bin/xauth" to sshd_config and
restarting sshd.
At built time, if xauth is found in the path then that location is
set as the default for XAuthLocation. If it's not found in the path
then there's no default. I suspect that your working machine had
xauth in the path at build time and your non-working one did not.
--
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69
Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.