summaryrefslogtreecommitdiff
path: root/pathnames.h
diff options
context:
space:
mode:
Diffstat (limited to 'pathnames.h')
-rw-r--r--pathnames.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/pathnames.h b/pathnames.h
index 9f0030d46..9cef1299f 100644
--- a/pathnames.h
+++ b/pathnames.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: pathnames.h,v 1.17 2008/12/29 02:23:26 stevesk Exp $ */ 1/* $OpenBSD: pathnames.h,v 1.19 2010/02/11 20:37:47 djm Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -132,6 +132,11 @@
132#define _PATH_SSH_KEY_SIGN "/usr/libexec/ssh-keysign" 132#define _PATH_SSH_KEY_SIGN "/usr/libexec/ssh-keysign"
133#endif 133#endif
134 134
135/* Location of ssh-pkcs11-helper to support keys in tokens */
136#ifndef _PATH_SSH_PKCS11_HELPER
137#define _PATH_SSH_PKCS11_HELPER "/usr/libexec/ssh-pkcs11-helper"
138#endif
139
135/* xauth for X11 forwarding */ 140/* xauth for X11 forwarding */
136#ifndef _PATH_XAUTH 141#ifndef _PATH_XAUTH
137#define _PATH_XAUTH "/usr/X11R6/bin/xauth" 142#define _PATH_XAUTH "/usr/X11R6/bin/xauth"