Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jun 2007 15:14:56 +0200
From:      Oliver Hummel <o.hummel@mdc-berlin.de>
To:        freebsd-x11@freebsd.org
Subject:   Message-ID:  <466D8682.10905@vineyard.net>
Message-ID:  <200706271514.56204.o.hummel@mdc-berlin.de>

next in thread | raw e-mail | index | archive | help

Hi Eric,

I had the same problem.
Using "ssh -vv ..." I  found out that only ssh doesn't find xauth 
in /usr/X11R6/bin/ because it is now in /usr/local/bin .
I simply made a softlink like this:
ln -s /usr/local/bin/xauth  /usr/X11R6/bin/
Everything else than goes automatically.
Ssh should better learn this.

Oliver



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706271514.56204.o.hummel>