Since /usr/X11R6 might not even even anymore as a symlink it is better to assume the default location for xauth is in /usr/bin/
--- options.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/options.h b/options.h index def8ccb..e271839 100644 --- a/options.h +++ b/options.h @@ -220,7 +220,7 @@ etc) slower (perhaps by 50%). Recommended for most small systems. */ /* The command to invoke for xauth when using X11 forwarding. * "-q" for quiet */ #ifndef XAUTH_COMMAND -#define XAUTH_COMMAND "/usr/X11R6/bin/xauth -q" +#define XAUTH_COMMAND "/usr/bin/xauth -q" #endif /* if you want to enable running an sftp server (such as the one included with -- 1.5.6.1
