summaryrefslogtreecommitdiff
path: root/pathnames.h
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2001-06-28 00:13:48 +0000
committerKevin Steves <stevesk@pobox.com>2001-06-28 00:13:48 +0000
commit37a777e98b95571fc570e7d161cb1b20b81dcf1d (patch)
tree70bf2dd74dc7deec85dfe9f50031357d08ef5a73 /pathnames.h
parent6a7b0de576a8aa1a7814774e21c5dd9a50bb1874 (diff)
downloadopenssh-git-37a777e98b95571fc570e7d161cb1b20b81dcf1d.tar.gz
- (stevesk) fix x11 forwarding from _PATH_XAUTH change
Diffstat (limited to 'pathnames.h')
-rw-r--r--pathnames.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/pathnames.h b/pathnames.h
index 54c2c131..0470a215 100644
--- a/pathnames.h
+++ b/pathnames.h
@@ -118,6 +118,11 @@
#define _PATH_SSH_ASKPASS_DEFAULT "/usr/X11R6/bin/ssh-askpass"
#endif
+/* xauth for X11 forwarding */
+#ifndef _PATH_XAUTH
+#define _PATH_XAUTH "/usr/X11R6/bin/xauth"
+#endif
+
/* for scp */
#ifndef _PATH_CP
#define _PATH_CP "cp"
@@ -154,4 +159,3 @@
#ifndef SSH_PRNG_COMMAND_FILE
# define SSH_PRNG_COMMAND_FILE ETCDIR "/ssh_prng_cmds"
#endif /* SSH_PRNG_COMMAND_FILE */
-